Enum DirectorControlPlayable.PauseAction
Represents the action taken when the DirectorControlPlayable is stopped.
Namespace: UnityEngine.Timeline
Assembly: Unity.Timeline.dll
Syntax
public enum DirectorControlPlayable.PauseAction
Fields
Name | Description |
---|---|
PauseDirector | Pause the PlayableDirector on pause. |
StopDirector | Stop the PlayableDirector on pause. |