API reference

TransformFeatureStateThreshold Class

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

Constructors

TransformFeatureStateThreshold ()
Signature
Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.TransformFeatureStateThreshold()
TransformFeatureStateThreshold ( thresholdMidpoint , thresholdWidth , firstState , secondState )
Signature
Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.TransformFeatureStateThreshold(float thresholdMidpoint, float thresholdWidth, string firstState, string secondState)
Parameters
thresholdMidpoint: float
thresholdWidth: float
firstState: string
secondState: string

Fields

FirstState : string
Signature
string Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.FirstState
SecondState : string
Signature
string Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.SecondState
ToFirstWhenBelow : float
Signature
float Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.ToFirstWhenBelow
ToSecondWhenAbove : float
Signature
float Oculus.Interaction.PoseDetection.TransformFeatureStateThreshold.ToSecondWhenAbove