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

FingerFeatureStateThresholds Class

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.

Fields

IReadOnlyList< IFeatureStateThresholds< FingerFeature, string > > FeatureStateThresholds[Get]
double MinTimeInState[Get]

Member Functions

void Construct
( List< FingerFeatureThresholds > featureThresholds,
double minTimeInState )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon