Namespace AnyPath.Graphs.Line.SceneGraph
Classes
LineGraphNode
Defines a node (vertex) that is used to construct a line graph.
LineSceneGraph
A simple tool to build LineGraphs directly into your Unity scene. This can be used as a starting point for your level editor or just used as is.
Use GameObject->3D Objects->LineGraph to create one in your scene. By default, two nodes will be created with an edge/line connecting them. Adding nodes is done by dragging the cirle that appears when the node is selected. Dragging it onto another node will create an edge connecting the two nodes. Edges are also gameObjects and their properties can be adjusted by selecting them.
LineSceneGraphEdge
Defines an edge between two vertices that is used to construct a line graph.