Dungeon Architect  17.0.0
DungeonArchitect.RuntimeGraphs.RuntimeGraphNode< T > Class Template Reference

Public Member Functions

 RuntimeGraphNode (RuntimeGraph< T > graph)
 
void MakeLinkTo (RuntimeGraphNode< T > destNode)
 
void BreakLinkTo (RuntimeGraphNode< T > destNode)
 
void BreakAllOutgoingLinks ()
 
void BreakAllIncomingLinks ()
 
void BreakAllLinks ()
 
override string ToString ()
 

Public Attributes

Payload = default(T)
 
RuntimeGraph< T > Graph
 
Vector2 Position = Vector2.zero
 
List< RuntimeGraphNode< T > > Outgoing = new List<RuntimeGraphNode<T>>()
 
List< RuntimeGraphNode< T > > Incoming = new List<RuntimeGraphNode<T>>()
 

Detailed Description

Definition at line 24 of file RuntimeGraph.cs.


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