Play
Instatiates a Playable using the provided PlayableAsset and starts playback.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.DirectorModule
Play(PlayableAsset)
Instatiates a Playable using the provided PlayableAsset and starts playback.
public void Play(PlayableAsset asset)
Parameters
An asset to instantiate a playable from.
Play(PlayableAsset, DirectorWrapMode)
Instatiates a Playable using the provided PlayableAsset and starts playback.
public void Play(PlayableAsset asset, DirectorWrapMode mode)
Parameters
An asset to instantiate a playable from.
What to do when the time passes the duration of the playable.
Play()
Instatiates a Playable using the provided PlayableAsset and starts playback.
public void Play()