Skip to content

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

ISystemBase interface

系统基础接口

为现有的EntitySystem类提供类型定义

Signature:

typescript
export interface ISystemBase

Properties

Property

Modifiers

Type

Description

enabled

boolean

系统启用状态

systemName

readonly

string

系统名称

updateOrder

number

更新顺序/优先级

Methods

Method

Description

initialize()

系统初始化

lateUpdate()?

(Optional) 延迟更新系统

update()

更新系统(主要处理阶段)

基于 MIT 许可证发布