Version: 2022.3
언어: 한국어
public void Play (Playables.PlayableAsset asset, Playables.DirectorWrapMode mode);
public void Play (Playables.PlayableAsset asset);
public void Play ();

파라미터

asset An asset to instantiate a playable from.
mode What to do when the time passes the duration of the playable.

설명

Instatiates a Playable using the provided PlayableAsset and starts playback.