Bone.TryGetRotation

Switch to Manual
public bool TryGetRotation (out Quaternion rotation);

Parameters

rotationQuaternion to receive the rotation of the bone in Unity world space.

Returns

bool true if the rotation was retrieved, false otherwise.

Description

Gets the world rotation of the bone.