GetParentBone(int)
Returns parent humanoid bone index of a bone.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public static int GetParentBone(int i)
Parameters
Humanoid bone index to get parent from.
Returns
Type | Description |
|---|---|
| int | Humanoid bone index of parent. |