Home > @esengine/ecs-framework-monorepo > PassiveSystem
PassiveSystem class
被动实体系统 定义一个被动的实体系统,继承自EntitySystem类 被动的实体系统不会对实体进行任何修改,只会被动地接收实体的变化事件
Signature:
typescript
export declare abstract class PassiveSystem extends EntitySystem
Extends: EntitySystem
Constructors
Constructor | Modifiers | Description |
---|---|---|
Constructs a new instance of the |
Methods
Method | Modifiers | Description |
---|---|---|
| 不进行任何处理 |