# GetPosition(AnimationStream)

> Gets the position of the transform in world space.

## Definition

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

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

### Parameters

**** (\[AnimationStream]\(/engine/6000.7/script-reference/unityengine/animations/animationstream)): The [AnimationStream](/engine/6000.7/script-reference/unityengine/animations/animationstream.md) that holds the animated values.

### Returns

| Type                                                              | Description                                   |
| ----------------------------------------------------------------- | --------------------------------------------- |
| [Vector3](/engine/6000.7/script-reference/unityengine/vector3.md) | The position of the transform in world space. |
