TransformSceneHandle.GetLocalTRS
public void GetLocalTRS(Experimental.Animations.AnimationStream stream,
out Vector3 position,
out Quaternion rotation,
out Vector3 scale);
Parameters
| stream | The AnimationStream that manages this handle. | |
| position | The position of the transform relative to the parent. | |
| rotation | The rotation of the transform relative to the parent. | |
| scale | The scale of the transform relative to the parent. |
Description 描述
Gets the position, rotation and scale of the transform relative to the parent.