public void StartRecording (int frameCount);

参数

frameCount将录制的帧数(更新)。如果 frameCount 为 0,录制将继续,直到用户调用 StopRecording。frameCount 的最大值为 10000。

描述

将动画器设置为录制模式,并分配大小为 frameCount 的循环缓冲区。

执行该调用后,录制器开始收集缓冲区中的 frameCount 帧。注意,在调用 StopRecording 前,无法开始播放。 另请参阅:StopRecordingrecorderStartTimerecorderStopTimeStartPlaybackStopPlaybackplaybackTime