Version: 2022.3
言語: 日本語
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.