Dungeon Architect
17.0.0
|
Theme graph utility functions More...
Static Public Member Functions | |
static bool | Intersects (Rect outer, GraphLink link) |
Test if the graph link lies within the rectangle More... | |
static GraphNode[] | GetIncomingNodes (GraphPin pin) |
static GraphNode[] | GetOutgoingNodes (GraphPin pin) |
static GraphNode[] | GetIncomingNodes (GraphNode node) |
static GraphNode[] | GetOutgoingNodes (GraphNode node) |
Theme graph utility functions
Definition at line 11 of file GraphUtils.cs.
|
static |
Test if the graph link lies within the rectangle
outer | The rect to test against |
link | The link to test the intersection |
Definition at line 66 of file GraphUtils.cs.