C# Class NodeResizeDragTracker, UnityClassDiagram

Inheritance: DiagramDragTracker
Mostrar archivo Open project: sashcode/UnityClassDiagram

Public Methods

Method Description
NodeResizeDragTracker ( NodeHandle, nodeHandle ) : System.Collections
OnDrag ( DiagramContext, context, Vector2 position ) : void
Resize ( Rect &rect, float x, float y, float width, float height ) : void

Method Details

NodeResizeDragTracker() public method

public NodeResizeDragTracker ( NodeHandle, nodeHandle ) : System.Collections
nodeHandle NodeHandle,
return System.Collections

OnDrag() public method

public OnDrag ( DiagramContext, context, Vector2 position ) : void
context DiagramContext,
position Vector2
return void

Resize() public method

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