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.