Skip to content

ECS Framework API v2.1.50


ECS Framework API / ICoreConfig

Interface: ICoreConfig

Defined in: Types/index.ts:268

Core配置接口

Properties

debug?

optional debug: boolean

Defined in: Types/index.ts:270

是否启用调试模式


enableEntitySystems?

optional enableEntitySystems: boolean

Defined in: Types/index.ts:272

是否启用实体系统


debugConfig?

optional debugConfig: IECSDebugConfig

Defined in: Types/index.ts:274

调试配置

Released under the MIT License.