Skip to content

ECS Framework API v2.1.50


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

IEventData.timestamp


source?

optional source: string

Defined in: Types/index.ts:180

事件来源

Inherited from

IEventData.source


eventId?

optional eventId: string

Defined in: Types/index.ts:182

事件ID

Inherited from

IEventData.eventId


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

实体标签

Released under the MIT License.