Property leftHand
leftHand
Gets the left XRHand that is being tracked by this subsystem.
Declaration
public XRHand leftHand { get; }
Property Value
| Type | Description |
|---|---|
| XRHand |
Remarks
Check the updateSuccessFlags property to determine what data associated with this hand was successfully updated in the last update, if any. The updateSuccessFlags value is also passed to the callback function assigned to updatedHands.
Refer to Hand data model for a description of the available hand tracking data.