# GetGlobalTR(AnimationStream, out Vector3, out Quaternion)

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

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Animations](/engine/6000.5/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

## GetGlobalTR(AnimationStream, Vector3, Quaternion)

```csharp
public void GetGlobalTR(AnimationStream stream, out Vector3 position, out Quaternion rotation)
```

### Parameters

**** (\[AnimationStream]\(/engine/6000.5/script-reference/unityengine/animations/animationstream)): The AnimationStream that manages this handle.**** (\[Vector3]\(/engine/6000.5/script-reference/unityengine/vector3)): The position of the transform in world space.**** (\[Quaternion]\(/engine/6000.5/script-reference/unityengine/quaternion)): The rotation of the transform in world space.
