DragAndDrop.ProjectBrowserDropHandler

Declaration

public delegate DragAndDropVisualMode ProjectBrowserDropHandler(int dragInstanceId, string dropUponPath, bool perform);

Parameters

dragInstanceId ID of the dragged asset that is dropped into the Project browser window.
dropUponPath Path of the dragged asset that is dropped into the Project browser window.
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 Project.


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