UnityToolbox
Brief documentation for all existing scripts.
 
Loading...
Searching...
No Matches
GamestateGraphView Class Reference

The gamestate graph used within a window.

Inheritance diagram for GamestateGraphView:

Public Member Functions

 GamestateGraphView ()
 
void AddNode (GamestateNode node)
 Adds a new GamestateNode to the graph and draws it.
 
override List< Port > GetCompatiblePorts (Port startPort, NodeAdapter nodeAdapter)
 

Properties

HashSet< int > IDS [get]
 

Constructor & Destructor Documentation

◆ GamestateGraphView()

GamestateGraphView.GamestateGraphView ( )

Member Function Documentation

◆ AddNode()

void GamestateGraphView.AddNode ( GamestateNode  node)
Parameters
node

References GamestateNode.Draw(), and GamestateNode.ID.

Referenced by GamestateGraphWindow.UpdateData().

◆ GetCompatiblePorts()

override List< Port > GamestateGraphView.GetCompatiblePorts ( Port  startPort,
NodeAdapter  nodeAdapter 
)

Property Documentation

◆ IDS

HashSet<int> GamestateGraphView.IDS
get