ECS Framework API / IECSDebugData
Interface: IECSDebugData
Defined in: packages/core/src/Types/index.ts:276
ECS调试数据接口
Properties
timestamp
timestamp:
number
Defined in: packages/core/src/Types/index.ts:278
时间戳
frameworkVersion?
optionalframeworkVersion:string
Defined in: packages/core/src/Types/index.ts:280
框架版本
isRunning
isRunning:
boolean
Defined in: packages/core/src/Types/index.ts:282
是否正在运行
frameworkLoaded
frameworkLoaded:
boolean
Defined in: packages/core/src/Types/index.ts:284
框架是否已加载
currentScene
currentScene:
string
Defined in: packages/core/src/Types/index.ts:286
当前场景名称
entities?
optionalentities:IEntityDebugData
Defined in: packages/core/src/Types/index.ts:288
实体数据
systems?
optionalsystems:ISystemDebugData
Defined in: packages/core/src/Types/index.ts:290
系统数据
performance?
optionalperformance:IPerformanceDebugData
Defined in: packages/core/src/Types/index.ts:292
性能数据
components?
optionalcomponents:IComponentDebugData
Defined in: packages/core/src/Types/index.ts:294
组件数据
scenes?
optionalscenes:ISceneDebugData
Defined in: packages/core/src/Types/index.ts:296
场景数据