WaitForSeconds Class

extends

YieldInstruction

Description

时间等待指令


Constructor

typescript

constructor(second: number)

second: 等待时间/秒,默认为1秒。


Properties

second

typescript

public get second(): number;

设置的秒数。