Skip to content

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

IEntityEventData interface

实体事件数据接口

Signature:

typescript
export interface IEntityEventData extends IEventData

Extends: IEventData

Properties

Property

Modifiers

Type

Description

entityId

number

实体ID

entityName?

string

(Optional) 实体名称

entityTag?

string

(Optional) 实体标签

基于 MIT 许可证发布