C# 클래스 EdgeAnchorHandleDragTracker, UnityClassDiagram

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

공개 메소드들

메소드 설명
EdgeAnchorHandleDragTracker ( EdgeAnchorHandle, anchor ) : System.Collections
OnDrag ( DiagramContext, context, Vector2 position ) : void
OnDrop ( DiagramContext, context, Vector2 position ) : void

메소드 상세

EdgeAnchorHandleDragTracker() 공개 메소드

public EdgeAnchorHandleDragTracker ( EdgeAnchorHandle, anchor ) : System.Collections
anchor EdgeAnchorHandle,
리턴 System.Collections

OnDrag() 공개 메소드

public OnDrag ( DiagramContext, context, Vector2 position ) : void
context DiagramContext,
position Vector2
리턴 void

OnDrop() 공개 메소드

public OnDrop ( DiagramContext, context, Vector2 position ) : void
context DiagramContext,
position Vector2
리턴 void