C# 클래스 EdgeHandle, UnityClassDiagram

상속: DiagramHandle
파일 보기 프로젝트 열기: sashcode/UnityClassDiagram 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
position Vector2

공개 메소드들

메소드 설명
Draw ( DiagramContext, context ) : void
EdgeHandle ( ) : System.Collections
GetDragTracker ( ) : DiagramDragTracker,
GetRect ( ) : Rect
HitTest ( DiagramContext, context, Vector2 position ) : DiagramElement

메소드 상세

Draw() 공개 메소드

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

EdgeHandle() 공개 메소드

public EdgeHandle ( ) : System.Collections
리턴 System.Collections

GetDragTracker() 공개 메소드

public GetDragTracker ( ) : DiagramDragTracker,
리턴 DiagramDragTracker,

GetRect() 공개 메소드

public GetRect ( ) : Rect
리턴 Rect

HitTest() 공개 메소드

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

프로퍼티 상세

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2