# BindStreamTransform(Animator, Transform)

> Create a TransformStreamHandle representing the new binding between the Animator and a Transform already bound to the Animator.

## Definition

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

```csharp
public static TransformStreamHandle BindStreamTransform(this Animator animator, Transform transform)
```

### Parameters

**** (\[Animator]\(/engine/6000.3/script-reference/unityengine/animator)): The [Animator](/engine/6000.3/script-reference/unityengine/animator.md) instance that calls this method.**** (\[Transform]\(/engine/6000.3/script-reference/unityengine/transform)): The [Transform](/engine/6000.3/script-reference/unityengine/transform.md) to bind.

### Returns

| Type                                                                                                     | Description                                                        |
| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [TransformStreamHandle](/engine/6000.3/script-reference/unityengine/animations/transformstreamhandle.md) | Returns the TransformStreamHandle that represents the new binding. |
