* 发射实体销毁事件 * @param entityData 实体事件数据
(entityData: IEntityEventData)
| 273 | * @param entityData 实体事件数据 |
| 274 | */ |
| 275 | public emitEntityDestroyed(entityData: IEntityEventData): void { |
| 276 | this.emit(ECSEventType.ENTITY_DESTROYED, entityData); |
| 277 | } |
| 278 | |
| 279 | /** |
| 280 | * 发射组件添加事件 |