# SetPosition(AnimationStream, Vector3)

> Sets 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

> **Warning:**
>
> **Removed.** SceneHandle is now read-only; it was problematic with the engine multithreading and determinism

```csharp
public void SetPosition(AnimationStream stream, Vector3 position)
```

### Parameters

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