ECS Framework API / IEntityEventData
Interface: IEntityEventData
Defined in: packages/core/src/Types/index.ts:182
实体事件数据接口
Extends
Extended by
Properties
timestamp
timestamp:
number
Defined in: packages/core/src/Types/index.ts:172
事件时间戳
Inherited from
source?
optionalsource:string
Defined in: packages/core/src/Types/index.ts:174
事件来源
Inherited from
eventId?
optionaleventId:string
Defined in: packages/core/src/Types/index.ts:176
事件ID
Inherited from
entityId
entityId:
number
Defined in: packages/core/src/Types/index.ts:184
实体ID
entityName?
optionalentityName:string
Defined in: packages/core/src/Types/index.ts:186
实体名称
entityTag?
optionalentityTag:string
Defined in: packages/core/src/Types/index.ts:188
实体标签