Bone.TryGetRotation

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.