lateUpdate
回调的调度器
start
回调的调度器
update
回调的调度器
禁用一个组件
The component to be disabled
启用一个组件
The component to be enabled
The invoker which is responsible to schedule the onEnable
call
为当前注册的组件执行 late update 阶段任务
距离上一帧的时间
为当前注册的组件执行 start 阶段任务
取消所有未来的函数调度,包括 start
,update
和 lateUpdate
为当前注册的组件执行 update 阶段任务
距离上一帧的时间
Generated using TypeDoc
组件生命周期函数的调度器。 它和 NodeActivator 一起调度并执行组件的生命周期函数。