Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveDropHandler

Unregister a specific Drop Handler from a Window Drop Target.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule

RemoveDropHandler(ProjectBrowserDropHandler)

Unregister a specific Drop Handler from a Window Drop Target.
Warning
Removed. Use RemoveDropHandlerV2 instead
public static void RemoveDropHandler(DragAndDrop.ProjectBrowserDropHandler handler)

Parameters

Handler to unregister.

RemoveDropHandler(SceneDropHandler)

Unregister a specific Drop Handler from a Window Drop Target.
Warning
Removed. Use RemoveDropHandlerV2 instead
public static void RemoveDropHandler(DragAndDrop.SceneDropHandler handler)

Parameters

Handler to unregister.

RemoveDropHandler(HierarchyDropHandler)

Unregister a specific Drop Handler from a Window Drop Target.
Warning
Removed. Use RemoveDropHandlerV2 instead
public static void RemoveDropHandler(DragAndDrop.HierarchyDropHandler handler)

Parameters

Handler to unregister.

RemoveDropHandler(InspectorDropHandler)

Unregister a specific Drop Handler from a Window Drop Target.
Warning
Removed. Use RemoveDropHandlerV2 instead
public static void RemoveDropHandler(DragAndDrop.InspectorDropHandler handler)

Parameters

Handler to unregister.