Bone.TryGetRotation

Cambiar al Manual
public bool TryGetRotation (out Quaternion rotation);

Parámetros

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

Valor de retorno

bool true if the rotation was retrieved, false otherwise.

Descripción

Gets the world rotation of the bone.