Field trackingAcquired
A callback invoked when the subsystem begins tracking a hand's root pose and joints.
Namespace: UnityEngine.XR.Hands
Assembly: solution.dll
Syntax
public Action<XRHand> trackingAcquired
Returns
Type | Description |
---|---|
Action<XRHand> |
Remarks
This is called before updatedHands.
The delegate assigned to this property must take one parameter of type XRHand, which is assigned a reference to the hand whose tracking was acquired.