Pause()
Pauses playback of the currently running playable.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.DirectorModule
public void Pause()
Remarks
This method internally invokes PlayableGraph.Stop to stop the playable graph time from being automatically updated.