Skip to content

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

EntitySystem.update() method

更新系统

在每帧调用,处理系统的主要逻辑。

Signature:

typescript
update(): void;

Returns:

void

基于 MIT 许可证发布