WaitForSecondsRealtime

类位于 InfEngine.coroutine

描述

等待指定真实秒数(不受 time_scale 影响)。暂停菜单的好朋友。

description

构造函数

签名 描述
WaitForSecondsRealtime.__init__(seconds: float) → None

constructors

属性

名称 类型 描述
duration float 等待时长(秒)。 (只读)

properties

示例

# TODO: Add example for WaitForSecondsRealtime

example

另请参阅

see_also