public void GetLocalTRS (Animations.AnimationStream stream, out Vector3 position, out Quaternion rotation, out Vector3 scale);

Parámetros

streamThe AnimationStream that manages this handle.
positionThe position of the transform relative to the parent.
rotationThe rotation of the transform relative to the parent.
scaleLa escala del transform relativo al padre.

Descripción

Gets the position, rotation and scale of the transform relative to the parent.