返回介绍

Animator.StartRecording 开始记录

发布于 2019-12-18 15:37:17 字数 1934 浏览 982 评论 0 收藏 0

JavaScript => StartRecording(frameCount: int): void;
C# => void StartRecording(int frameCount);

Parameters 参数

frameCountThe number of frames (updates) that will be recorded. If frameCount is 0, the recording will continue until the user calls StopRecording. The maximum value for frameCount is 10000.
在Update将要记录的帧数。如果frameCount为0,将持续记录,直到调用StopRecording时停止。frameCount的最大值为10000。

Description 描述

Sets the animator in recording mode, and allocates a circular buffer of size frameCount.

设置动画器的记录模式并分配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.

再调用该函数之前,记录器在缓冲区开始收集达到frameCount帧。注意,这不可能开始播放,直到调用了StopRecording时停止。

See Also: StopRecording, recorderStartTime, recorderStopTime, StartPlayback, StopPlayback, playbackTime.

Animator

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文