C# Class Outliner.DragDropHandlers.SpaceWarpDragDropHandler

Inheritance: ObjectDragDropHandler
显示文件 Open project: Pjanssen/Outliner

Public Methods

Method Description
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
ItemDropped ( IDataObject dragData ) : bool
SpaceWarpDragDropHandler ( Outliner tree, OutlinerObject data ) : System

Method Details

GetDragDropEffect() public method

public GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
dragData IDataObject
return DragDropEffects

ItemDropped() public method

public ItemDropped ( IDataObject dragData ) : bool
dragData IDataObject
return bool

SpaceWarpDragDropHandler() public method

public SpaceWarpDragDropHandler ( Outliner tree, OutlinerObject data ) : System
tree Outliner
data Outliner.Scene.OutlinerObject
return System