C# 클래스 NodeResizeDragTracker, UnityClassDiagram

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

공개 메소드들

메소드 설명
NodeResizeDragTracker ( NodeHandle, nodeHandle ) : System.Collections
OnDrag ( DiagramContext, context, Vector2 position ) : void
Resize ( Rect &rect, float x, float y, float width, float height ) : void

메소드 상세

NodeResizeDragTracker() 공개 메소드

public NodeResizeDragTracker ( NodeHandle, nodeHandle ) : System.Collections
nodeHandle NodeHandle,
리턴 System.Collections

OnDrag() 공개 메소드

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

Resize() 공개 메소드

public Resize ( Rect &rect, float x, float y, float width, float height ) : void
rect Rect
x float
y float
width float
height float
리턴 void