ECS Framework API / IEntityEventData
Interface: IEntityEventData
Defined in: Types/index.ts:188
实体事件数据接口
Extends
Extended by
Properties
timestamp
timestamp:
number
Defined in: Types/index.ts:178
事件时间戳
Inherited from
source?
optional
source:string
Defined in: Types/index.ts:180
事件来源
Inherited from
eventId?
optional
eventId:string
Defined in: Types/index.ts:182
事件ID
Inherited from
entityId
entityId:
number
Defined in: Types/index.ts:190
实体ID
entityName?
optional
entityName:string
Defined in: Types/index.ts:192
实体名称
entityTag?
optional
entityTag:string
Defined in: Types/index.ts:194
实体标签