API reference

TransformFeatureStateThresholds Class

Extends ScriptableObject

Fields

FeatureStateThresholds : IReadOnlyList< IFeatureStateThresholds< TransformFeature, string > >
Signature
IReadOnlyList<IFeatureStateThresholds<TransformFeature, string> > Oculus.Interaction.PoseDetection.TransformFeatureStateThresholds.FeatureStateThresholds
MinTimeInState : double
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