Skip to content

ECS Framework API v2.2.13


ECS Framework API / ECSDebugStats

Interface: ECSDebugStats

Defined in: packages/core/src/Plugins/DebugPlugin.ts:17

ECS 调试插件统计信息

Properties

scenes

scenes: SceneDebugInfo[]

Defined in: packages/core/src/Plugins/DebugPlugin.ts:18


totalEntities

totalEntities: number

Defined in: packages/core/src/Plugins/DebugPlugin.ts:19


totalSystems

totalSystems: number

Defined in: packages/core/src/Plugins/DebugPlugin.ts:20


timestamp

timestamp: number

Defined in: packages/core/src/Plugins/DebugPlugin.ts:21

Released under the MIT License.