Version: 5.6
Experimental: this API is experimental and might be changed or removed in the future.

ScriptPlayable.ProcessFrame

매뉴얼로 전환
public void ProcessFrame (Experimental.Director.FrameData info, object playerData);

파라미터

info Information about the current frame.
playerData Data that is set on the playable output userData.

설명

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

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