Skip to content

Home > @esengine/ecs-framework-monorepo > IECSDebugData

IECSDebugData interface

ECS调试数据接口

Signature:

typescript
export interface IECSDebugData

Properties

Property

Modifiers

Type

Description

components?

IComponentDebugData

(Optional) 组件数据

currentScene

string

当前场景名称

entities?

IEntityDebugData

(Optional) 实体数据

frameworkLoaded

boolean

框架是否已加载

frameworkVersion?

string

(Optional) 框架版本

isRunning

boolean

是否正在运行

performance?

IPerformanceDebugData

(Optional) 性能数据

scenes?

ISceneDebugData

(Optional) 场景数据

systems?

ISystemDebugData

(Optional) 系统数据

timestamp

number

时间戳

基于 MIT 许可证发布