C# Class EdgeHandle, UnityClassDiagram

Inheritance: DiagramHandle
Mostra file Open project: sashcode/UnityClassDiagram Class Usage Examples

Public Properties

Property Type Description
position Vector2

Public Methods

Method Description
Draw ( DiagramContext, context ) : void
EdgeHandle ( ) : System.Collections
GetDragTracker ( ) : DiagramDragTracker,
GetRect ( ) : Rect
HitTest ( DiagramContext, context, Vector2 position ) : DiagramElement

Method Details

Draw() public method

public Draw ( DiagramContext, context ) : void
context DiagramContext,
return void

EdgeHandle() public method

public EdgeHandle ( ) : System.Collections
return System.Collections

GetDragTracker() public method

public GetDragTracker ( ) : DiagramDragTracker,
return DiagramDragTracker,

GetRect() public method

public GetRect ( ) : Rect
return Rect

HitTest() public method

public HitTest ( DiagramContext, context, Vector2 position ) : DiagramElement
context DiagramContext,
position Vector2
return DiagramElement

Property Details

position public_oe property

public Vector2 position
return Vector2