# GetLocalTRS(AnimationStream, out Vector3, out Quaternion, out Vector3)

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

## Definition

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

## GetLocalTRS(AnimationStream, Vector3, Quaternion, Vector3)

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

### Parameters

**** (\[AnimationStream]\(/engine/6000.0/script-reference/unityengine/animations/animationstream)): The AnimationStream that manages this handle.**** (\[Vector3]\(/engine/6000.0/script-reference/unityengine/vector3)): The position of the transform relative to the parent.**** (\[Quaternion]\(/engine/6000.0/script-reference/unityengine/quaternion)): The rotation of the transform relative to the parent.**** (\[Vector3]\(/engine/6000.0/script-reference/unityengine/vector3)): The scale of the transform relative to the parent.
