编辑器拖放操作。
activeControlID | 获取或设置当前处于活动状态的拖放控件的 ID。 |
objectReferences | 对拖动的 objects 的引用。 |
paths | 正在拖动的文件名。 |
visualMode | 拖动的可视指示。 |
AcceptDrag | 接受拖动操作。 |
AddDropHandler | Allow override of the default behavior for the corresponding window. Multiple handlers can be registered on the same window. If a handler returns DragAndDropVisualMode.None the system will check the next handler. Any other results (DragAndDropVisualMode.Rejected or others DragAndDropVisualMode) means this handler has processed the drop event and no other handler will be called. The last handler is the default Unity handler. |
GetGenericData | 获取与当前拖放操作相关的数据。 |
HasHandler | Check if the handler is already registered for the destination window ID. |
PrepareStartDrag | 清除拖放数据。 |
RemoveDropHandler | Unregister a specific Drop Handler from a Window Drop Target. |
SetGenericData | 设置与当前拖放操作相关的数据。 |
StartDrag | 开始拖动操作。 |
HierarchyDropHandler | Handler for the Hierarchy. |
InspectorDropHandler | Handler for the Inspector. |
ProjectBrowserDropHandler | Handler for the Project. |
SceneDropHandler | Handler for the Scene. |