Skip to content

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

ComponentStatsInfo interface

组件统计信息

Signature:

typescript
export interface ComponentStatsInfo

Properties

Property

Modifiers

Type

Description

averagePerEntity?

number

(Optional)

instanceCount

number

memoryPerInstance

number

poolSize

number

poolUtilization

number

totalMemory

number

typeName

string

基于 MIT 许可证发布