Summary
Handles the current event.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- AnimancerGUI
Syntax
public static bool Handle<T>(this DragAndDropHandler<T> handler, IEnumerable dragging, bool isDrop, DragAndDropVisualMode mode = 2)
where T : class
Remarks
See
Animancer.Editor.DragAndDropHandler`1 for a usage example.Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| handler | DragAndDropHandler |
|
| dragging | IEnumerable | |
| isDrop | bool | |
| mode | Drag |
Return Value
| Type | Description |
|---|---|
| bool |