Skip to content

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

EntitySystem.onBegin() method

在系统处理开始前调用

子类可以重写此方法进行预处理操作。

Signature:

typescript
protected onBegin(): void;

Returns:

void

基于 MIT 许可证发布