DragAndDrop.InspectorDropHandler

Declaration

public delegate DragAndDropVisualMode InspectorDropHandler(Object[] targets, bool perform);

Parameters

targets Target objects of the drag operation.
perform True if the event is of type EventType.DragPerform.

Returns

DragAndDropVisualMode Returns DragAndDropVisualMode.None if this handler is not able to process the event. In that case a new handler will be called for processing. Any other DragAndDropVisualMode results will stop the handler chain.

Description

Handler for the Inspector.


Did you find this page useful? Please give it a rating: