C# Class EdgeAnchorHandleDragTracker, UnityClassDiagram

Inheritance: DiagramDragTracker
Datei anzeigen Open project: sashcode/UnityClassDiagram

Public Methods

Method Description
EdgeAnchorHandleDragTracker ( EdgeAnchorHandle, anchor ) : System.Collections
OnDrag ( DiagramContext, context, Vector2 position ) : void
OnDrop ( DiagramContext, context, Vector2 position ) : void

Method Details

EdgeAnchorHandleDragTracker() public method

public EdgeAnchorHandleDragTracker ( EdgeAnchorHandle, anchor ) : System.Collections
anchor EdgeAnchorHandle,
return System.Collections

OnDrag() public method

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

OnDrop() public method

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