Skip to content

UIVirtualListBase.RenderRow(IRenderer, int, float, float, float, float, bool, bool) Method

Definition

Namespace: Brine2D.UI

Implemented by the typed subclass to draw a single row. Called only for rows that are currently visible.

C#
protected abstract void RenderRow(Brine2D.Rendering.IRenderer renderer, int index, float x, float y, float width, float height, bool selected, bool hovered);

Parameters

renderer IRenderer

index System.Int32

x System.Single

y System.Single

width System.Single

height System.Single

selected System.Boolean

hovered System.Boolean