废弃core.scene更改为setscene方法

This commit is contained in:
YHH
2025-08-12 11:08:27 +08:00
parent 86cb70a94f
commit 56dd18b983
13 changed files with 96 additions and 85 deletions

View File

@@ -16,7 +16,7 @@ export interface IScene {
/**
* 场景名称
*/
readonly name: string;
name: string;
/**
* 场景中的实体集合
@@ -147,10 +147,6 @@ export interface ISceneConfig {
* 场景名称
*/
name?: string;
/**
* 是否自动开始
*/
autoStart?: boolean;
/**
* 调试配置
*/