PerformanceMonitor.UpdateRenderStats(int, int, int, int, int) Method
Definition¶
Namespace: Brine2D.Performance
Updates rendering statistics for the current frame.
public void UpdateRenderStats(int drawCalls, int entityCount, int spriteCount, int culledSprites, int batchCount);
Parameters¶
drawCalls System.Int32
entityCount System.Int32
spriteCount System.Int32
culledSprites System.Int32
batchCount System.Int32