AnimancerGUI.

Handle<T>(DragAndDropHandler<T>, Rect, DragAndDropVisualMode) Method

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<T>
area Rect
mode DragAndDropVisualMode

Return Value

Type Description
bool