Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


implicit operator Playable(AnimationScriptPlayable)

Operator to down-cast an AnimationScriptPlayable to a Playable.
Read time 1 minuteLast updated 6 days ago

Definition

implicit operator Playable(Playabl)

public static implicit operator Playable(AnimationScriptPlayable playable)

Parameters

Returns

Type

Description

Playable

Remarks

Specific playable types can be casted to simple Playable.
This cast operation is implicit.