Skip to content

ECS Framework API v2.1.50


ECS Framework API / IECSDebugData

Interface: IECSDebugData

Defined in: Types/index.ts:280

ECS调试数据接口

Properties

timestamp

timestamp: number

Defined in: Types/index.ts:282

时间戳


frameworkVersion?

optional frameworkVersion: string

Defined in: Types/index.ts:284

框架版本


isRunning

isRunning: boolean

Defined in: Types/index.ts:286

是否正在运行


frameworkLoaded

frameworkLoaded: boolean

Defined in: Types/index.ts:288

框架是否已加载


currentScene

currentScene: string

Defined in: Types/index.ts:290

当前场景名称


entities?

optional entities: IEntityDebugData

Defined in: Types/index.ts:292

实体数据


systems?

optional systems: ISystemDebugData

Defined in: Types/index.ts:294

系统数据


performance?

optional performance: IPerformanceDebugData

Defined in: Types/index.ts:296

性能数据


components?

optional components: IComponentDebugData

Defined in: Types/index.ts:298

组件数据


scenes?

optional scenes: ISceneDebugData

Defined in: Types/index.ts:300

场景数据

Released under the MIT License.