# IPlayableOutput

> Interface implemented by all C# Playable output implementations.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEngine.Playables](/engine/6000.0/script-reference/unityengine/playables.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public interface IPlayableOutput
```

## Remarks

NOTE: You can use [PlayableOutputExtensions](/engine/6000.0/script-reference/unityengine/playables/playableoutputextensions.md) methods with all objects that implement IPlayableOutput.
