# implicit operator Playable(AnimationScriptPlayable)

> Operator to down-cast an AnimationScriptPlayable to a Playable.

## Definition

* **Type:** Operator
* **Namespace:** [UnityEngine.Animations](/engine/6000.6/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

## implicit operator Playable(Playabl)

```csharp
public static implicit operator Playable(AnimationScriptPlayable playable)
```

### Parameters

**** (\[AnimationScriptPlayable]\(/engine/6000.6/script-reference/unityengine/animations/animationscriptplayable)): The [AnimationScriptPlayable](/engine/6000.6/script-reference/unityengine/animations/animationscriptplayable.md) to down-cast.

### Returns

| Type                                                                          | Description |
| ----------------------------------------------------------------------------- | ----------- |
| [Playable](/engine/6000.6/script-reference/unityengine/playables/playable.md) |             |

### Remarks

Specific playable types can be casted to simple [Playable](/engine/6000.6/script-reference/unityengine/playables/playable.md).

This cast operation is implicit.
