Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetDragZone

Sets the drag zone for the driven field.
Read time 1 minuteLast updated 12 days ago

Definition

SetDragZone(VisualElement)

Sets the drag zone for the driven field.
public void SetDragZone(VisualElement dragElement)

Parameters

dragElement

The target of the drag operation.

SetDragZone(VisualElement, Rect)

Sets the drag zone for the driven field.
public abstract void SetDragZone(VisualElement dragElement, Rect hotZone)

Parameters

dragElement

The target of the drag operation.

hotZone

The rectangle that contains the drag zone.