Method GetRawJointArray
GetRawJointArray(XRHand)
Gets the NativeArray of XRHandJoints contained in the invoking hand.
Declaration
public static NativeArray<XRHandJoint> GetRawJointArray(this XRHand hand)
Parameters
| Type | Name | Description |
|---|---|---|
| XRHand | hand | The invoking hand for this extension method. To call this method,
call |
Returns
| Type | Description |
|---|---|
| NativeArray<XRHandJoint> | The raw joint array contained in the supplied hand. |
Remarks
After manipulating data for a particular joint, be sure to assign it back to the array you got it from, as you can only manipulate copies of objects from a NativeArray.