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

TransformFeatureStateThreshold Class

Defines the transform feature thresholds for each orientation.
Oculus::Interaction::PoseDetection::TransformFeatureStateThreshold extends Oculus.Interaction.PoseDetection.IFeatureStateThreshold< string >.

Overview

Properties

float
float
string
string

Public Member Functions

TransformFeatureStateThreshold
( float thresholdMidpoint,
float thresholdWidth,
string firstState,
string secondState )

Details

Detailed Description

The transform feature thresholds use the same properties as the <cref="FingerFeatureStateThresholds" />.

Properties

float Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.ToFirstWhenBelow
No description available.
float Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.ToSecondWhenAbove
No description available.
string Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.FirstState
No description available.
string Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.SecondState
No description available.

Member Functions

Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.TransformFeatureStateThreshold ( )
No description available.
Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.TransformFeatureStateThreshold
( float thresholdMidpoint,
float thresholdWidth,
string firstState,
string secondState )
No description available.