重构 Component基类违反ECS纯粹性问题
This commit is contained in:
@@ -152,13 +152,4 @@ export interface ISceneConfig {
|
||||
* 场景名称
|
||||
*/
|
||||
name?: string;
|
||||
/**
|
||||
* 调试配置
|
||||
*/
|
||||
debug?: boolean;
|
||||
/**
|
||||
* 是否启用实体直接更新
|
||||
* @default false
|
||||
*/
|
||||
enableEntityDirectUpdate?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user