# GetLocalPosition(AnimationStream)

> Gets the position of the transform relative to the parent.

## Definition

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

```csharp
public Vector3 GetLocalPosition(AnimationStream stream)
```

### Parameters

**** (\[AnimationStream]\(/engine/6000.5/script-reference/unityengine/animations/animationstream)): The AnimationStream that manages this handle.

### Returns

| Type                                                              | Description                                           |
| ----------------------------------------------------------------- | ----------------------------------------------------- |
| [Vector3](/engine/6000.5/script-reference/unityengine/vector3.md) | The position of the transform relative to the parent. |
