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

TransformFeatureStateThresholds Class

Extends ScriptableObject

Properties

FeatureStateThresholds : IReadOnlyList< IFeatureStateThresholds< TransformFeature, string > >
[Get]
Signature
IReadOnlyList<IFeatureStateThresholds<TransformFeature, string> > Oculus.Interaction.PoseDetection.TransformFeatureStateThresholds.FeatureStateThresholds
MinTimeInState : double
[Get]
Signature
double Oculus.Interaction.PoseDetection.TransformFeatureStateThresholds.MinTimeInState

Methods

Construct ( featureThresholds , minTimeInState )
Signature
void Oculus.Interaction.PoseDetection.TransformFeatureStateThresholds.Construct(List< TransformFeatureThresholds > featureThresholds, double minTimeInState)
Parameters
featureThresholds: List< TransformFeatureThresholds >
minTimeInState: double
Returns
void