SpriteRenderingSystem.GetBatchStats() Method
Definition¶
Namespace: Brine2D.Systems.Rendering
Gets batching statistics for performance monitoring. Returns (rendered sprites, batch/draw call count).
public (int RenderedCount,int DrawCalls) GetBatchStats();