Skip to content

UIRichTextLabel.OnClick Event

Definition

Namespace: Brine2D.UI

Fired when the label is clicked.

C#
public event Action? OnClick;

Event Type

System.Action