Interface IDropTarget
  
  
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public interface IDropTarget
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CanAcceptDrop(List<ISelectable>)
  
  
  Declaration
  
    bool CanAcceptDrop(List<ISelectable> selection)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DragEnter(DragEnterEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)
  
  
  Declaration
  
    bool DragEnter(DragEnterEvent evt, IEnumerable<ISelectable> selection, IDropTarget enteredTarget, ISelection dragSource)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DragExited()
  
  
  Declaration
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DragLeave(DragLeaveEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)
  
  
  Declaration
  
    bool DragLeave(DragLeaveEvent evt, IEnumerable<ISelectable> selection, IDropTarget leftTarget, ISelection dragSource)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    bool DragPerform(DragPerformEvent evt, IEnumerable<ISelectable> selection, IDropTarget dropTarget, ISelection dragSource)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DragUpdated(DragUpdatedEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)
  
  
  Declaration
  
    bool DragUpdated(DragUpdatedEvent evt, IEnumerable<ISelectable> selection, IDropTarget dropTarget, ISelection dragSource)
   
  Parameters
  
  Returns
  
  Extension Methods