Skip to content
Version 2.11.0
↓ Get the launcher

ListElement record

Variable-length list, bounded by Slots.Count. All slots built once; the first VisibleCount() are SetActive-shown each refresh. Columns>1 grids them. CellWidth/CellHeight (when > 0, multi-column only) override the grid’s default cell size — use to widen columns past the framework default (e.g. the StatInspector mini-HUD, whose icon+label+value row needs more than the default cell width).

public record ListElement : IEquatable<HudElement>
name description
ListElement(…) Variable-length list, bounded by Slots.Count. All slots built once; the first VisibleCount() are SetActive-shown each refresh. Columns>1 grids them. CellWidth/CellHeight (when > 0, multi-column only) override the grid’s default cell size — use to widen columns past the framework default (e.g. the StatInspector mini-HUD, whose icon+label+value row needs more than the default cell width).
CellHeight { get; set; }
CellWidth { get; set; }
Columns { get; set; }
Slots { get; set; }
VisibleCount { get; set; }