Skip to content

UIButton.OnRightClick Event

Definition

Namespace: Brine2D.UI

Event fired when the button is right-clicked.

C#
public event Action? OnRightClick;

Event Type

System.Action