Summary
Handles the current event.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- AnimancerGUI
Syntax
public static bool Handle<T>(this DragAndDropHandler<T> handler, Rect area, 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 |
|
area | Rect | |
mode | Drag |
Return Value
Type | Description |
---|---|
bool |