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

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 >

Properties

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