Skip to content

ECS Framework API v2.1.50


ECS Framework API / IWorldConfig

Interface: IWorldConfig

Defined in: ECS/World.ts:41

World配置接口

Properties

name?

optional name: string

Defined in: ECS/World.ts:45

World名称


debug?

optional debug: boolean

Defined in: ECS/World.ts:50

是否启用调试模式


maxScenes?

optional maxScenes: number

Defined in: ECS/World.ts:55

最大Scene数量限制


autoCleanup?

optional autoCleanup: boolean

Defined in: ECS/World.ts:60

是否自动清理空Scene

Released under the MIT License.