Skip to content

UIDropTarget.OnDrop Event

Definition

Namespace: Brine2D.UI

Fired when a compatible payload is dropped onto this zone. The argument is the dropped IDragPayload.

C#
public event Action<IDragPayload>? OnDrop;

Event Type

System.Action<IDragPayload>