# PlayableOutputEditorExtensions

> Editor extensions for all types that implement IPlayableOutput.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Playables](/engine/6000.7/script-reference/unityeditor/playables.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static class PlayableOutputEditorExtensions
```

## Remarks

Extension methods are static methods that can be called like instance methods on an extended type.

## Static Methods

| Method                                                                                                                 | Description                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| [GetEditorName](/engine/6000.7/script-reference/unityeditor/playables/playableoutputeditorextensions/geteditorname.md) | Returns the name of the [PlayableOutput](/engine/6000.7/script-reference/unityengine/playables/playableoutput.md). |
