Feature
: TFeature
[Get] |
Gets the specific feature type that these thresholds apply to.
The feature identifier (e.g., WristUp, PalmDown for TransformFeature)
Signature
TFeature Oculus.Interaction.PoseDetection.IFeatureStateThresholds< TFeature, TFeatureState >.Feature |
Thresholds
: IReadOnlyList< IFeatureStateThreshold< TFeatureState > >
[Get] |
Gets the collection of state thresholds that define the boundaries between different feature states.
Each threshold defines when a feature should transition between two states.
A read-only list of IFeatureStateThreshold thresholds
Signature
IReadOnlyList<IFeatureStateThreshold<TFeatureState> > Oculus.Interaction.PoseDetection.IFeatureStateThresholds< TFeature, TFeatureState >.Thresholds |