Skip to content

ECS Framework API v2.1.50


ECS Framework API / ISystemDebugData

Interface: ISystemDebugData

Defined in: Types/index.ts:398

系统调试数据接口

Properties

totalSystems

totalSystems: number

Defined in: Types/index.ts:400

总系统数


systemsInfo

systemsInfo: object[]

Defined in: Types/index.ts:402

系统信息列表

name

name: string

type

type: string

entityCount

entityCount: number

executionTime?

optional executionTime: number

averageExecutionTime?

optional averageExecutionTime: number

minExecutionTime?

optional minExecutionTime: number

maxExecutionTime?

optional maxExecutionTime: number

executionTimeHistory?

optional executionTimeHistory: number[]

memoryUsage?

optional memoryUsage: number

updateOrder

updateOrder: number

enabled

enabled: boolean

lastUpdateTime?

optional lastUpdateTime: number

Released under the MIT License.