Version: 2021.2

DragAndDrop.InspectorDropHandler

切换到手册
public delegateDragAndDropVisualMode InspectorDropHandler (Object[] targets, bool perform);

参数

targets Target objects of the drag operation.
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 Inspector.