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.

PlayableBehaviour.OnBehaviourDelay

public void OnBehaviourDelay(Playables.Playable playable, Playables.FrameData info);

Parameters

playableThe Playable that owns the current PlayableBehaviour.
infoA FrameData structure that contains information about the current frame context.

Description

This function is called when the Playable play state is changed to PlayState.Delayed.