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