C# 클래스 Outliner.DragDropHandlers.MaterialDragDropHandler

상속: DragDropHandler
파일 보기 프로젝트 열기: Pjanssen/Outliner

공개 메소드들

메소드 설명
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
IsValidDropTarget ( IDataObject dragData ) : bool
ItemDropped ( IDataObject dragData ) : bool
MaterialDragDropHandler ( Outliner tree, OutlinerMaterial data ) : System

보호된 메소드들

메소드 설명
IsDroppableNode ( OutlinerNode o ) : bool

메소드 상세

GetDragDropEffect() 공개 메소드

public GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
dragData IDataObject
리턴 DragDropEffects

IsDroppableNode() 보호된 메소드

protected IsDroppableNode ( OutlinerNode o ) : bool
o Outliner.Scene.OutlinerNode
리턴 bool

IsValidDropTarget() 공개 메소드

public IsValidDropTarget ( IDataObject dragData ) : bool
dragData IDataObject
리턴 bool

ItemDropped() 공개 메소드

public ItemDropped ( IDataObject dragData ) : bool
dragData IDataObject
리턴 bool

MaterialDragDropHandler() 공개 메소드

public MaterialDragDropHandler ( Outliner tree, OutlinerMaterial data ) : System
tree Outliner
data Outliner.Scene.OutlinerMaterial
리턴 System