Skip to content

UIButton.OnClick Event

Definition

Namespace: Brine2D.UI

Event fired when button is clicked.

public event Action? OnClick;

Event Type

System.Action