Skip to content

Home > @esengine/ecs-framework-monorepo > ICoreConfig

ICoreConfig interface

Core配置接口

Signature:

typescript
export interface ICoreConfig

Properties

Property

Modifiers

Type

Description

debug?

boolean

(Optional) 是否启用调试模式

debugConfig?

IECSDebugConfig

(Optional) 调试配置

enableEntitySystems?

boolean

(Optional) 是否启用实体系统

基于 MIT 许可证发布