Interface IDragAndDropHandler
Namespace: Unity.VisualScripting
Syntax
public interface IDragAndDropHandler
Properties
dragAndDropVisualMode
Declaration
DragAndDropVisualMode dragAndDropVisualMode { get; }
Property Value
Type | Description |
---|---|
DragAndDropVisualMode |
Methods
AcceptsDragAndDrop()
Declaration
bool AcceptsDragAndDrop()
Returns
Type | Description |
---|---|
Boolean |
DrawDragAndDropPreview()
Declaration
void DrawDragAndDropPreview()
ExitDragAndDrop()
Declaration
void ExitDragAndDrop()
PerformDragAndDrop()
Declaration
void PerformDragAndDrop()
UpdateDragAndDrop()
Declaration
void UpdateDragAndDrop()