# Create(string, Object)

> Creates a PlayableBinding that contains information representing an AnimationPlayableOutput.

## Definition

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

```csharp
public static PlayableBinding Create(string name, Object key)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The name of the AnimationPlayableOutput.**** (\[Object]\(/engine/6000.5/script-reference/unityengine/object)): A reference to a [Object](/engine/6000.5/script-reference/unityengine/object.md) that acts as a key for this binding.

### Returns

| Type                                                                                        | Description                                                                                                                                                                                                                                                             |
| ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [PlayableBinding](/engine/6000.5/script-reference/unityengine/playables/playablebinding.md) | Returns a [PlayableBinding](/engine/6000.5/script-reference/unityengine/playables/playablebinding.md) that contains information that is used to create an [AnimationPlayableOutput](/engine/6000.5/script-reference/unityengine/animations/animationplayableoutput.md). |
