Version: 2018.1
public void PrepareFrame (Playables.Playable playable, Playables.FrameData info);

パラメーター

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

説明

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

PrepareFrame should be used to do topological modifications, change connection weights, time changes , etc.