Version: 2020.3
public void SetDragZone (UIElements.VisualElement dragElement);

参数

dragElement The target of the drag operation.

描述

Sets the drag zone for the driven field.


public void SetDragZone (UIElements.VisualElement dragElement, Rect hotZone);

参数

dragElement The target of the drag operation.
hotZone 包含此拖动区的矩形。

描述

Sets the drag zone for the driven field.