Skip to content

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

IWorldManagerConfig interface

WorldManager配置接口

Signature:

typescript
export interface IWorldManagerConfig

Properties

Property

Modifiers

Type

Description

autoCleanup?

boolean

(Optional) 是否自动清理空World

cleanupInterval?

number

(Optional) 清理间隔(毫秒)

debug?

boolean

(Optional) 是否启用调试模式

maxWorlds?

number

(Optional) 最大World数量

基于 MIT 许可证发布