ECS Framework API / ICoreConfig
Interface: ICoreConfig
Defined in: packages/core/src/Types/index.ts:262
Core配置接口
Properties
debug?
optionaldebug:boolean
Defined in: packages/core/src/Types/index.ts:264
是否启用调试模式
enableEntitySystems?
optionalenableEntitySystems:boolean
Defined in: packages/core/src/Types/index.ts:266
是否启用实体系统
debugConfig?
optionaldebugConfig:IECSDebugConfig
Defined in: packages/core/src/Types/index.ts:268
调试配置
worldManagerConfig?
optionalworldManagerConfig:IWorldManagerConfig
Defined in: packages/core/src/Types/index.ts:270
WorldManager配置