Property rightHand
rightHand
Gets the right XRHand that is being tracked by this subsystem.
Declaration
public XRHand rightHand { 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.