Skip to content

Home > @esengine/ecs-framework-monorepo > EntitySystem > lateUpdate

EntitySystem.lateUpdate() method

后期更新系统

在所有系统的update方法执行完毕后调用。

Signature:

typescript
lateUpdate(): void;

Returns:

void

基于 MIT 许可证发布