Skip to content

Home > @esengine/ecs-framework-monorepo > IScene > addEntityProcessor

IScene.addEntityProcessor() method

添加实体处理器

Signature:

typescript
addEntityProcessor(processor: EntitySystem): EntitySystem;

Parameters

Parameter

Type

Description

processor

EntitySystem

Returns:

EntitySystem

基于 MIT 许可证发布