Egret Engine R - v6.0.0
Preparing search index...
egret/utils/callLater
callLater
Function callLater
callLater
(
method
:
Function
,
thisObject
:
any
,
...
args
:
any
[]
)
:
void
延迟函数到屏幕重绘前执行。
Parameters
method
:
Function
{Function} 要延迟执行的函数
thisObject
:
any
{any} 回调函数的this引用
...
args
:
any
[]
Returns
void
Version
Egret 2.4
Platform
Web
Include Example
egret/utils/callLater.ts
Language
zh_CN
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Egret Engine R - v6.0.0
Loading...
延迟函数到屏幕重绘前执行。