Skip to content
Version 2.11.0
↓ Get the launcher

PillElement record

Rounded pill badge with dynamic text and optional tint colour. Suitable for short status labels (e.g. “Offline”, rank numbers).

public record PillElement : IEquatable<HudElement>
name description
PillElement(…) Rounded pill badge with dynamic text and optional tint colour. Suitable for short status labels (e.g. “Offline”, rank numbers).
Color { get; set; } Optional tint override; null (or returning null) uses the framework default pill colour.
Text { get; set; } Dynamic text displayed inside the pill; re-pulled each refresh.