Dungeon Architect  17.0.0
DungeonArchitect.Graphs.Layouts.DefaultGraphLayoutNodeActions Class Reference
Inheritance diagram for DungeonArchitect.Graphs.Layouts.DefaultGraphLayoutNodeActions:
DungeonArchitect.Graphs.Layouts.IGraphLayoutNodeActions< GraphNode >

Public Member Functions

 DefaultGraphLayoutNodeActions (Graph graph)
 
void SetNodePosition (GraphNode node, Vector2 position)
 
Vector2 GetNodePosition (GraphNode node)
 
GraphNode[] GetOutgoingNodes (GraphNode node)
 
- Public Member Functions inherited from DungeonArchitect.Graphs.Layouts.IGraphLayoutNodeActions< GraphNode >
void SetNodePosition (T node, Vector2 position)
 
Vector2 GetNodePosition (T node)
 
T[] GetOutgoingNodes (T node)
 

Detailed Description

Definition at line 6 of file DefaultGraphLayout.cs.


The documentation for this class was generated from the following file: