Property | Type | Description | |
---|---|---|---|
attributes | List |
||
edges | List |
||
iconPath | string | ||
iconStyle | GUIStyle | ||
name | string | ||
rect | Rect | ||
texIcon | |||
typeId | int | ||
uuid | string |
Method | Description | |
---|---|---|
DiagramNode ( ) : System.Collections.Generic | ||
Draw ( DiagramContext, context ) : void | ||
DrawEdge ( DiagramContext, context ) : void | ||
DrawHandle ( DiagramContext, context ) : void | ||
DrawNode ( DiagramContext, context ) : void | ||
GetDragTracker ( ) : DiagramDragTracker, | ||
GetHandles ( ) : DiagramHandle[], | ||
HitTest ( DiagramContext, context, Vector2 position ) : DiagramElement |
public DiagramNode ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Draw ( DiagramContext, context ) : void | ||
context | DiagramContext, | |
return | void |
public DrawEdge ( DiagramContext, context ) : void | ||
context | DiagramContext, | |
return | void |
public DrawHandle ( DiagramContext, context ) : void | ||
context | DiagramContext, | |
return | void |
public DrawNode ( DiagramContext, context ) : void | ||
context | DiagramContext, | |
return | void |
public GetDragTracker ( ) : DiagramDragTracker, | ||
return | DiagramDragTracker, |
public HitTest ( DiagramContext, context, Vector2 position ) : DiagramElement | ||
context | DiagramContext, | |
position | Vector2 | |
return | DiagramElement |