Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.Dialog.DialogGraph Class Reference
Inheritance diagram for PlatformerPro.Dialog.DialogGraph:
XNode.NodeGraph

Additional Inherited Members

- Public Member Functions inherited from XNode.NodeGraph
AddNode< T > ()
 Add a node to the graph by type (convenience method - will call the System.Type version) More...
 
virtual Node AddNode (Type type)
 Add a node to the graph by type More...
 
virtual Node CopyNode (Node original)
 Creates a copy of the original node in the graph More...
 
virtual void RemoveNode (Node node)
 Safely remove a node and all its connections More...
 
virtual void Clear ()
 Remove all nodes and connections from the graph More...
 
virtual XNode.NodeGraph Copy ()
 Create a new deep copy of this graph More...
 
- Public Attributes inherited from XNode.NodeGraph
List< Nodenodes = new List<Node>()
 All nodes in the graph. See: AddNode<T> More...
 
- Protected Member Functions inherited from XNode.NodeGraph
virtual void OnDestroy ()
 

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