TryGetParentBone(out Bone)
Gets the parent of this bone.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
TryGetParentBone(Bone)
public bool TryGetParentBone(out Bone parentBone)
Parameters
Bone struct that receives the parent bone of this bone.
Returns
Type | Description |
|---|---|
| bool | true if the rotation was retrieved, false otherwise. |