This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

TransformSceneHandle.GetGlobalTR

public void GetGlobalTR(Experimental.Animations.AnimationStream stream, out Vector3 position, out Quaternion rotation);

Parameters

streamThe AnimationStream that manages this handle.
positionThe position of the transform in world space.
rotationThe rotation of the transform in world space.

Description

Gets the position and scaled rotation of the transform in world space.