Skip to content

UILabel Class

Definition

Namespace: Brine2D.UI

Simple text label UI component.

C#
public class UILabel : Brine2D.UI.IUIComponent

Inheritance System.Object → UILabel

Implements IUIComponent

Properties
Color Text color.
Font Font to use for rendering. If null, uses renderer's default font.
Text Text to display.