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.ProcessFrame

public void ProcessFrame(Playables.Playable playable, Playables.FrameData info, object playerData);

Parameters

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

Description

This function is called during the ProcessFrame phase of the PlayableGraph.

The ProcessFrame is the stage at which your Playable should do its work.

This method is called every frame when a Playable is playing.