跳到主要内容

delay_invoke

延迟指定时长执行函数

声明

void delay_invoke(float seconds, function fn)

参数

参数名描述
seconds延迟时长(单位:秒)
fn执行函数

返回值

使用方式

返回文档