Skip to content

UICheckbox.OnHoverEnter Event

Definition

Namespace: Brine2D.UI

Event fired when the mouse cursor enters the checkbox bounds.

C#
public event Action? OnHoverEnter;

Event Type

System.Action