Method GetRigPositions
GetRigPositions(out Vector3, out Vector3, out Vector3)
Internal use only. Public for the inspector gizmo
Declaration
public void GetRigPositions(out Vector3 root, out Vector3 shoulder, out Vector3 hand)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | root | Root of the rig. |
Vector3 | shoulder | Shoulder of the rig. |
Vector3 | hand | Hand of the rig. |