返回介绍

Time.maximumDeltaTime 最大增量时间

发布于 2019-12-18 15:38:40 字数 1178 浏览 1123 评论 0 收藏 0

JavaScript => public static var maximumDeltaTime: float;
C# => public static float maximumDeltaTime;

Description 描述

The maximum time a frame can take. Physics and other fixed frame rate updates (like MonoBehaviour's FixedUpdate).

一帧能获得的最大时间。物理和其他固定帧速率更新(像FixedUpdate)。

Will be performed only for this duration of time per frame.

仅在每帧的持续时间执行。

Use this function to avoid low frame rate spikes occurring due to combination of GarbageCollector and expensive physics or other fixed frame rate updates.

使用这个属性避免由于垃圾收集器和高费物理或其它固定帧速率更新产生低帧速率峰值。

If frame will take longer than specified value, then less physics and other fixed frame rate updates will be performed. That will temporarily slow down the gameplay, but will allow frame rate to catchup avoiding nasty stuttering.

如果获得的帧比给定的值长,那么就减少物理和其他固定帧速率更新执行,这将暂时减慢游戏,但是允许帧速率追赶上,避免讨厌的时断时续。

It is advisable to keep maximum time for frame between 1/10th and 1/3th of a second.

这最好是帧保持最大时间在1秒的十分之一和三分之一之间。

Time

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

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

发布评论

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