# AnimationPlayableOutputExtensions

> Static class providing experimental extension methods for AnimationPlayableOutput.

## Definition

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

```csharp
public static class AnimationPlayableOutputExtensions
```

## Remarks

The extension methods in this class can directly be used on an [AnimationPlayableOutput](/engine/6000.5/script-reference/unityengine/animations/animationplayableoutput.md).

Additional Resources: [AnimationPlayableOutput](/engine/6000.5/script-reference/unityengine/animations/animationplayableoutput.md).

## Static Methods

| Method                                                                                                                                                        | Description                                                                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [GetAnimationStreamSource](/engine/6000.5/script-reference/unityengine/experimental/animations/animationplayableoutputextensions/getanimationstreamsource.md) | Gets the stream source of the specified [AnimationPlayableOutput](/engine/6000.5/script-reference/unityengine/animations/animationplayableoutput.md).  |
| [GetSortingOrder](/engine/6000.5/script-reference/unityengine/experimental/animations/animationplayableoutputextensions/getsortingorder.md)                   | Gets the priority index of the specified [AnimationPlayableOutput](/engine/6000.5/script-reference/unityengine/animations/animationplayableoutput.md). |
| [SetAnimationStreamSource](/engine/6000.5/script-reference/unityengine/experimental/animations/animationplayableoutputextensions/setanimationstreamsource.md) | Sets the stream source for the specified [AnimationPlayableOutput](/engine/6000.5/script-reference/unityengine/animations/animationplayableoutput.md). |
| [SetSortingOrder](/engine/6000.5/script-reference/unityengine/experimental/animations/animationplayableoutputextensions/setsortingorder.md)                   | Sets the sorting order for the specified [AnimationPlayableOutput](/engine/6000.5/script-reference/unityengine/animations/animationplayableoutput.md). |
