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

Parameters

playable拥有当前 PlayableBehaviour 的 Playable
info包含关于当前帧环境的信息的 FrameData 结构。
playerDataThe user data of the ScriptPlayableOutput that initiated the process pass.

Description

PlayableGraph 的 ProcessFrame 阶段调用此函数。

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.