Skip to content

Home > @esengine/ecs-framework-monorepo > EventBus > onEntityCreated

EventBus.onEntityCreated() method

监听实体创建事件

Signature:

typescript
onEntityCreated(handler: (data: IEntityEventData) => void, config?: IEventListenerConfig): string;

Parameters

Parameter

Type

Description

handler

(data: IEntityEventData) => void

事件处理器

config

IEventListenerConfig

(Optional) 监听器配置

Returns:

string

基于 MIT 许可证发布