Skip to content

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

IComponentDebugData interface

组件调试数据接口

Signature:

typescript
export interface IComponentDebugData

Properties

Property

Modifiers

Type

Description

componentInstances

number

组件实例总数

componentStats

ComponentStatsInfo[]

组件分布统计

componentTypes

number

组件类型数

基于 MIT 许可证发布