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

FingerFeatureStateThresholds Class

Extends ScriptableObject
A ScriptableObject that defines the state thresholds for each finger feature.
A state threshold is a set of boundaries that determine when a finger has transitioned between states. For example, the curl feature has 3 states: Open, Neutral, and Closed. So the state thresholds for curl use an angle in degrees to define when the finger's state has changed from Open to Neutral, Neutral to Closed, or vice-versa.

Properties

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

Methods

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