frameCount | 将要记录的帧数(更新次数)。如果 frameCount 为 0,则录制将持续进行,直到用户调用 StopRecording 为止。frameCount 的最大值为 10000。 |
将动画师设置为录制模式,并分配大小为 frameCount 的循环缓冲区。
此调用后,记录器开始在缓冲区中收集最多 frameCount 帧。请注意,在调用 StopRecording 之前,无法开始播放。其他资源:StopRecording、recorderStartTime、recorderStopTime、StartPlayback、StopPlayback、playbackTime。