API reference
API reference
Select your platform
No SDKs available
No versions available

TransformFeatureThresholds Class

Constructors

TransformFeatureThresholds ()
Signature
Oculus.Interaction.PoseDetection.TransformFeatureThresholds.TransformFeatureThresholds()
TransformFeatureThresholds ( featureTransform , thresholds )
Signature
Oculus.Interaction.PoseDetection.TransformFeatureThresholds.TransformFeatureThresholds(TransformFeature featureTransform, IEnumerable< TransformFeatureStateThreshold > thresholds)
Parameters
featureTransform: TransformFeature
thresholds: IEnumerable< TransformFeatureStateThreshold >

Properties

Feature : TransformFeature
[Get]
Signature
TransformFeature Oculus.Interaction.PoseDetection.TransformFeatureThresholds.Feature
MinTimeInState : double
[Get]
Signature
double Oculus.Interaction.PoseDetection.TransformFeatureThresholds.MinTimeInState
Thresholds : IReadOnlyList< IFeatureStateThreshold< string > >
[Get]
Signature
IReadOnlyList<IFeatureStateThreshold<string> > Oculus.Interaction.PoseDetection.TransformFeatureThresholds.Thresholds