# AnimationMixerPlayable

> An implementation of IPlayable that controls an animation mixer.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.Animations](/engine/6000.5/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule
* **Implements:** [IPlayable](/engine/6000.5/script-reference/unityengine/playables/iplayable.md), [IEquatable\<AnimationMixerPlayable>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct AnimationMixerPlayable : IPlayable, IEquatable<AnimationMixerPlayable>
```

## Remarks

NOTE: You can use [PlayableExtensions](/engine/6000.5/script-reference/unityengine/playables/playableextensions.md) methods with AnimationMixerPlayable objects.

## Static Properties

| Property                                                                                      | Description                                |
| --------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [Null](/engine/6000.5/script-reference/unityengine/animations/animationmixerplayable/null.md) | Returns an invalid AnimationMixerPlayable. |

## Static Methods

| Method                                                                                            | Description                                                                                                                                                                                                           |
| ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Create](/engine/6000.5/script-reference/unityengine/animations/animationmixerplayable/create.md) | Creates an [AnimationMixerPlayable](/engine/6000.5/script-reference/unityengine/animations/animationmixerplayable.md) in the [PlayableGraph](/engine/6000.5/script-reference/unityengine/playables/playablegraph.md). |
