Skip to content

ECS Framework API v2.1.50


ECS Framework API / ISceneDebugData

Interface: ISceneDebugData

Defined in: Types/index.ts:491

场景调试数据接口

Properties

currentSceneName

currentSceneName: string

Defined in: Types/index.ts:493

当前场景名称


isInitialized

isInitialized: boolean

Defined in: Types/index.ts:495

场景是否已初始化


sceneRunTime

sceneRunTime: number

Defined in: Types/index.ts:497

场景运行时间(秒)


sceneEntityCount

sceneEntityCount: number

Defined in: Types/index.ts:499

场景实体数


sceneSystemCount

sceneSystemCount: number

Defined in: Types/index.ts:501

场景系统数


sceneMemory

sceneMemory: number

Defined in: Types/index.ts:503

场景内存使用量


sceneUptime

sceneUptime: number

Defined in: Types/index.ts:505

场景启动时间

Released under the MIT License.