Version: 2021.2
언어: 한국어

DragAndDrop.ProjectBrowserDropHandler

매뉴얼로 전환
public delegateDragAndDropVisualMode ProjectBrowserDropHandler (int dragInstanceId, string dropUponPath, bool perform);

파라미터

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.

반환

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.

설명

Handler for the Project.