Skip to content

UIImage.OnClick Event

Definition

Namespace: Brine2D.UI

Fired when the image is clicked.

C#
public event Action? OnClick;

Event Type

System.Action