Dungeon Architect
17.0.0
|
Public Member Functions | |
GraphBuilder (Graph graph) | |
abstract void | DestroyNode (GraphNode node) |
abstract GraphNode | CreateNode (System.Type nodeType) |
abstract TLink | LinkNodes< TLink > (GraphPin outputPin, GraphPin inputPin) |
T | CreateNode< T > () |
void | DestroyAllNodes () |
Protected Attributes | |
Graph | graph |
Properties | |
Graph | Graph [get] |
Definition at line 3 of file GraphBuilder.cs.