TryGetChildBones(List<Bone>)
Get the child bones of this bone.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
public bool TryGetChildBones(List<Bone> childBones)
Parameters
A list of bones that will be filled out with the children bones of this bone.
Returns
Type | Description |
|---|---|
| bool | true if bone can be queried for child bones; otherwise false. |