返回介绍

Time 时间

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

class in UnityEngine

Description 描述

The interface to get time information from Unity.

获取时间信息的接口。

Static Variables 静态变量

captureFramerateSlows game playback time to allow screenshots to be saved between frames.
减慢游戏播放时间以允许在帧之间保存屏幕图像。
deltaTimeThe time in seconds it took to complete the last frame (Read Only).
以秒计算,完成最后一帧的时间(只读)。
fixedDeltaTimeThe interval in seconds at which physics and other fixed frame rate updates (like MonoBehaviour's FixedUpdate) are performed.
以秒计间隔,在物理和其他固定帧速率进行更新(像MonoBehaviour的FixedUpdate)。
fixedTimeThe time the latest FixedUpdate has started (Read Only). This is the time in seconds since the start of the game.
最近的FixedUpdate已开始的时间(只读)。这是以秒计自游戏开始的时间。
frameCountThe total number of frames that have passed (Read Only).
已经传递帧的总数(只读)。
maximumDeltaTimeThe maximum time a frame can take. Physics and other fixed frame rate updates (like MonoBehaviour's FixedUpdate).
一帧能获得的最大时间。物理和其他固定帧速率更新(像FixedUpdate)。
realtimeSinceStartupThe real time in seconds since the game started (Read Only).
以秒计,自游戏开始的真实时间(只读)。
smoothDeltaTimeA smoothed out Time.deltaTime (Read Only).
经平滑的Time.deltaTime时间(只读)。
timeThe time at the beginning of this frame (Read Only). This is the time in seconds since the start of the game.
以秒计算,从游戏开始的时间(只读)。也就是说,从游戏开始到到现在所用的时间。
timeScaleThe scale at which the time is passing. This can be used for slow motion effects.
时间的缩放。这可以用于减慢运动效果。
timeSinceLevelLoadThe time this frame has started (Read Only). This is the time in seconds since the last level has been loaded.
以秒计算,从最后的关卡已经加载完的时间(只读)。
unscaledDeltaTimeThe timeScale-independent time in seconds it took to complete the last frame (Read Only).
无关timeScale,以秒计算,要完成最后一帧的时间(只读)。
unscaledTimeThe timeScale-independant time at the beginning of this frame (Read Only). This is the time in seconds since the start of the game.
无关timeScale,以秒计算,从游戏开始的时间(只读)。

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

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

发布评论

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