Skip to content

ECS Framework API v2.2.13


ECS Framework API / ICoreConfig

Interface: ICoreConfig

Defined in: packages/core/src/Types/index.ts:262

Core配置接口

Properties

debug?

optional debug: boolean

Defined in: packages/core/src/Types/index.ts:264

是否启用调试模式


enableEntitySystems?

optional enableEntitySystems: boolean

Defined in: packages/core/src/Types/index.ts:266

是否启用实体系统


debugConfig?

optional debugConfig: IECSDebugConfig

Defined in: packages/core/src/Types/index.ts:268

调试配置


worldManagerConfig?

optional worldManagerConfig: IWorldManagerConfig

Defined in: packages/core/src/Types/index.ts:270

WorldManager配置

Released under the MIT License.