ECS Framework API / IComponentEventData
Interface: IComponentEventData
Defined in: packages/core/src/Types/index.ts:194
组件事件数据接口
Extends
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
Inherited from
entityName?
optionalentityName:string
Defined in: packages/core/src/Types/index.ts:186
实体名称
Inherited from
entityTag?
optionalentityTag:string
Defined in: packages/core/src/Types/index.ts:188
实体标签
Inherited from
componentType
componentType:
string
Defined in: packages/core/src/Types/index.ts:196
组件类型名称
component?
optionalcomponent:IComponent
Defined in: packages/core/src/Types/index.ts:198
组件实例