ECS Framework API / ISceneEventData
Interface: ISceneEventData
Defined in: packages/core/src/Types/index.ts:214
场景事件数据接口
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
sceneName
sceneName:
string
Defined in: packages/core/src/Types/index.ts:216
场景名称
previousSceneName?
optionalpreviousSceneName:string
Defined in: packages/core/src/Types/index.ts:218
前一个场景名称