Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Play

Instatiates a Playable using the provided PlayableAsset and starts playback.
Read time 1 minuteLast updated 12 days ago

Definition

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()