Skip to content

UIDropTarget.IsHovered Property

Definition

Namespace: Brine2D.UI

Whether a compatible drag payload is currently hovering over this zone. Set by UICanvas during drag updates.

C#
public bool IsHovered { get; private set; }

Property Value

System.Boolean