Skip to content

ECS Framework API v2.1.50


ECS Framework API / IWorldManagerConfig

Interface: IWorldManagerConfig

Defined in: ECS/WorldManager.ts:9

WorldManager配置接口

Properties

maxWorlds?

optional maxWorlds: number

Defined in: ECS/WorldManager.ts:13

最大World数量


autoCleanup?

optional autoCleanup: boolean

Defined in: ECS/WorldManager.ts:18

是否自动清理空World


cleanupInterval?

optional cleanupInterval: number

Defined in: ECS/WorldManager.ts:23

清理间隔(毫秒)


debug?

optional debug: boolean

Defined in: ECS/WorldManager.ts:28

是否启用调试模式

Released under the MIT License.