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 The rectangle that contains the drag zone.

説明

Sets the drag zone for the driven field.