Version: 2022.3
言語: 日本語
public void ProcessFrame (Playables.Playable playable, Playables.FrameData info, object playerData);

パラメーター

playable The Playable that owns the current PlayableBehaviour.
info A FrameData structure that contains information about the current frame context.
playerData The user data of the ScriptPlayableOutput that initiated the process pass.

説明

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

ProcessFrame is the stage at which your Playable does its work.

This method is called for each frame when a Playable plays and is connected, directly or indirectly, to a ScriptPlayableOutput.