Method GetHandLayout
GetHandLayout(NativeArray<bool>)
Gets the layout of hand joints for this provider, by having the provider mark each index corresponding to a XRHandJointID get marked as true if the provider attempts to track that joint.
Declaration
public abstract void GetHandLayout(NativeArray<bool> handJointsInLayout)
Parameters
| Type | Name | Description |
|---|---|---|
| NativeArray<bool> | handJointsInLayout | Each index corresponds to a XRHandJointID. For each
joint that the provider will attempt to track, mark that spot as
true by calling |
Remarks
Called once on creation so that before the subsystem is even started, the user can immediately create a valid hierarchical structure as soon as they get a reference to the subsystem without even needing to start it. This is called before any call to GetFingerShapeConfiguration(XRHandFingerID).