Skip to content

ECS Framework API v2.1.50


ECS Framework API / ISceneEventData

Interface: ISceneEventData

Defined in: Types/index.ts:220

场景事件数据接口

Extends

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


sceneName

sceneName: string

Defined in: Types/index.ts:222

场景名称


previousSceneName?

optional previousSceneName: string

Defined in: Types/index.ts:224

前一个场景名称

Released under the MIT License.