LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

PlayableExtensions.Pause

public static void Pause(U playable);

Parameters

playableThe Playable used by this operation.

Description

Tells to pause the Playable.

When paused, the local time of this Playable will not be updated during the evaluation of the PlayableGraph.