Skip to content

SpriteRenderingSystem.GetBatchStats() Method

Definition

Namespace: Brine2D.Systems.Rendering

Gets batching statistics for performance monitoring. Returns \(rendered sprites, batch/draw call count\).

C#
public (int RenderedCount,int DrawCalls) GetBatchStats();

Returns

<System.Int32,System.Int32>