# IPlayable

> Interface implemented by all C# Playable implementations.

## Definition

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

```csharp
public interface IPlayable
```

## Remarks

NOTE: You can use [PlayableExtensions](/engine/6000.7/script-reference/unityengine/playables/playableextensions.md) methods with all objects that implement IPlayable.
