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

파라미터

streamThe AnimationStream that manages this handle.
positionThe position of the transform relative to the parent.
rotationThe rotation of the transform relative to the parent.
scaleThe scale of the transform relative to the parent.

설명

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