Table of Contents

Constructor DragOverArgs

Namespace
Velvet
Assembly
Velvet.Docs.dll

DragOverArgs(DraggableInfo, DroppableInfo?, Vector2)

Fired when the winning drop target CHANGES (including to null — leaving all targets). Delta is the total panel-space translation since activation.

public DragOverArgs(DraggableInfo Active, DroppableInfo? Over, Vector2 Delta)

Parameters

Active DraggableInfo
Over DroppableInfo
Delta Vector2