Skip to content

Home > @esengine/ecs-framework-monorepo > EntitySystem > getPerformanceStats

EntitySystem.getPerformanceStats() method

获取系统的性能统计

Signature:

typescript
getPerformanceStats(): import("../../Utils/PerformanceMonitor").PerformanceStats | undefined;

Returns:

import("../../Utils/PerformanceMonitor").PerformanceStats | undefined

性能统计或undefined

基于 MIT 许可证发布