Home > @esengine/ecs-framework-monorepo > ISystemBase
ISystemBase interface
系统基础接口
为现有的EntitySystem类提供类型定义
Signature:
typescript
export interface ISystemBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
boolean | 系统启用状态 | ||
| string | 系统名称 | |
number | 更新顺序/优先级 |
Methods
Method | Description |
---|---|
系统初始化 | |
(Optional) 延迟更新系统 | |
更新系统(主要处理阶段) |