TryGetRootBone(out Bone)
Gets the root bone for this hand.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
TryGetRootBone(Bone)
public bool TryGetRootBone(out Bone boneOut)
Parameters
A Bone struct to receive the root bone.
Returns
Type | Description |
|---|---|
| bool | true if hand can be queried for the root bone; otherwise false. |