Class MetaHandTrackingAim.MetaAimHand
(Deprecated) A TrackedDevice based off the data exposed in the Meta Hand Tracking Aim extension. Use MetaHandTrackingAim.MetaAimHand instead of MetaHandTrackingAim.MetaAimHand.
Inherited Members
Namespace: UnityEngine.XR.Hands.OpenXR
Assembly: solution.dll
Syntax
[Preserve]
[InputControlLayout(displayName = "Meta Aim Hand (OpenXR)", commonUsages = new string[] { "LeftHand", "RightHand" })]
[Obsolete("Use the UnityEngine.XR.Hands.MetaAimHand instead. (UnityUpgradable) -> UnityEngine.XR.Hands.MetaAimHand", true)]
public class MetaHandTrackingAim.MetaAimHand : TrackedDeviceFields
| Name | Description | 
|---|---|
| pressThreshold | The pinch amount required to register as being pressed for the purposes of indexPressed, middlePressed, ringPressed, and littlePressed. | 
Properties
| Name | Description | 
|---|---|
| aimFlags | (Deprecated) Cast the result of reading this to MetaAimFlags to examine the value. Use MetaHandTrackingAim.MetaAimHand instead of MetaHandTrackingAim.MetaAimHand. | 
| indexPressed | A ButtonControl
that represents whether the pinch between the index finger and
the thumb is mostly pressed (greater than a threshold of  | 
| littlePressed | A ButtonControl
that represents whether the pinch between the little finger and
the thumb is mostly pressed (greater than a threshold of  | 
| middlePressed | A ButtonControl
that represents whether the pinch between the middle finger and
the thumb is mostly pressed (greater than a threshold of  | 
| pinchStrengthIndex | An AxisControl that represents the pinch strength between the index finger and the thumb. | 
| pinchStrengthLittle | An AxisControl that represents the pinch strength between the little finger and the thumb. | 
| pinchStrengthMiddle | An AxisControl that represents the pinch strength between the middle finger and the thumb. | 
| pinchStrengthRing | An AxisControl that represents the pinch strength between the ring finger and the thumb. | 
| ringPressed | A ButtonControl
that represents whether the pinch between the ring finger and
the thumb is mostly pressed (greater than a threshold of  | 
Methods
| Name | Description | 
|---|---|
| FinishSetup() | Perform final initialization tasks after the control hierarchy has been put into place. |