主题
Home > @esengine/ecs-framework-monorepo > EntitySystem > onBegin
在系统处理开始前调用
子类可以重写此方法进行预处理操作。
Signature:
protected onBegin(): void;
Returns:
void