C# 클래스 DiagramHandle, UnityClassDiagram

상속: DiagramElement
파일 보기 프로젝트 열기: sashcode/UnityClassDiagram

공개 메소드들

메소드 설명
Draw ( DiagramContext, context ) : void
DrawHandle ( DiagramContext, context ) : void
GetDragTracker ( ) : DiagramDragTracker,
GetHandles ( ) : DiagramHandle[],
HitTest ( DiagramContext, context, Vector2 position ) : DiagramElement

메소드 상세

Draw() 공개 메소드

public Draw ( DiagramContext, context ) : void
context DiagramContext,
리턴 void

DrawHandle() 공개 메소드

public DrawHandle ( DiagramContext, context ) : void
context DiagramContext,
리턴 void

GetDragTracker() 공개 메소드

public GetDragTracker ( ) : DiagramDragTracker,
리턴 DiagramDragTracker,

GetHandles() 공개 메소드

public GetHandles ( ) : DiagramHandle[],
리턴 DiagramHandle[],

HitTest() 공개 메소드

public HitTest ( DiagramContext, context, Vector2 position ) : DiagramElement
context DiagramContext,
position Vector2
리턴 DiagramElement