# AnimationPlayableBinding

> A PlayableBinding that contains information representing an AnimationPlayableOutput.

## Definition

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

```csharp
public static class AnimationPlayableBinding
```

## Static Methods

| Method                                                                                              | Description                                                                                                                                                                                                                                                   |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Create](/engine/6000.7/script-reference/unityengine/animations/animationplayablebinding/create.md) | Creates a [PlayableBinding](/engine/6000.7/script-reference/unityengine/playables/playablebinding.md) that contains information representing an [AnimationPlayableOutput](/engine/6000.7/script-reference/unityengine/animations/animationplayableoutput.md). |
