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.