API reference

FingerFeatureThresholds Class

Constructors

FingerFeatureThresholds ()
Signature
Oculus.Interaction.PoseDetection.FingerFeatureThresholds.FingerFeatureThresholds()
FingerFeatureThresholds ( feature , thresholds )
Signature
Oculus.Interaction.PoseDetection.FingerFeatureThresholds.FingerFeatureThresholds(FingerFeature feature, IEnumerable< FingerFeatureStateThreshold > thresholds)
Parameters
feature: FingerFeature
thresholds: IEnumerable< FingerFeatureStateThreshold >

Fields

Feature : FingerFeature
Signature
FingerFeature Oculus.Interaction.PoseDetection.FingerFeatureThresholds.Feature
Thresholds : IReadOnlyList< IFeatureStateThreshold< string > >
Signature
IReadOnlyList<IFeatureStateThreshold<string> > Oculus.Interaction.PoseDetection.FingerFeatureThresholds.Thresholds