RemoveDropHandlerV2
Unregister a specific Drop Handler from a Window Drop Target.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
RemoveDropHandlerV2(ProjectBrowserDropHandlerV2)
Unregister a specific Drop Handler from a Window Drop Target.
public static void RemoveDropHandlerV2(DragAndDrop.ProjectBrowserDropHandlerV2 handler)
Parameters
Handler to unregister.
RemoveDropHandlerV2(SceneDropHandler)
Unregister a specific Drop Handler from a Window Drop Target.
public static void RemoveDropHandlerV2(DragAndDrop.SceneDropHandler handler)
Parameters
Handler to unregister.
RemoveDropHandlerV2(HierarchyDropHandlerV2)
Unregister a specific Drop Handler from a Window Drop Target.
public static void RemoveDropHandlerV2(DragAndDrop.HierarchyDropHandlerV2 handler)
Parameters
Handler to unregister.
RemoveDropHandlerV2(InspectorDropHandler)
Unregister a specific Drop Handler from a Window Drop Target.
public static void RemoveDropHandlerV2(DragAndDrop.InspectorDropHandler handler)
Parameters
Handler to unregister.