This version of Unity is unsupported.

PlayableDirector.Play

Declaration

public void Play(Playables.PlayableAsset asset, Playables.DirectorWrapMode mode);

Declaration

public void Play(Playables.PlayableAsset asset);

Declaration

public void Play();

Parameters

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

Description

Instatiates a Playable using the provided PlayableAsset and starts playback.