AnimancerGUI.

Handle<T>(DragAndDropHandler<T>, IEnumerable, bool, 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, 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<T>
dragging IEnumerable
isDrop bool
mode DragAndDropVisualMode

Return Value

Type Description
bool