主题
Home > @esengine/ecs-framework-monorepo > Scene > begin
开始场景,启动实体处理器等
这个方法会启动场景。它将启动实体处理器等,并调用onStart方法。
Signature:
begin(): void;
Returns:
void