FeatureStateThresholds
: IReadOnlyList< IFeatureStateThresholds< TFeature, TFeatureState > >
[Get] |
Gets the collection of feature state threshold configurations for all monitored features.
Signature
IReadOnlyList<IFeatureStateThresholds<TFeature, TFeatureState> > Oculus.Interaction.PoseDetection.IFeatureThresholds< TFeature, TFeatureState >.FeatureStateThresholds |
MinTimeInState
: double
[Get] |
Gets the minimum time (in seconds) that a feature must maintain a state before a transition is recognized.
This helps prevent rapid state flickering.
The minimum duration in seconds required for state validation
Signature
double Oculus.Interaction.PoseDetection.IFeatureThresholds< TFeature, TFeatureState >.MinTimeInState |