Version: 2020.3
言語: 日本語
public void StartRecording (int frameCount);

パラメーター

frameCount 録画されるフレーム数(更新数)。もし frameCount が 0 である場合、ユーザーが StopRecording をコールするまで継続されます。frameCount の最大値は 10000 です。

説明

Animator を録画モードにセットして、frameCount の大きさのリングバッファを割り当てます

After this call, the recorder starts collecting up to frameCount frames in the buffer. Note it is not possible to start playback until a call to StopRecording is made. See Also: StopRecording, recorderStartTime, recorderStopTime, StartPlayback, StopPlayback, playbackTime.