![]() |
Dungeon Architect
17.0.0
|
Public Member Functions | |
| RoadGraphBuilder (RoadGraphBuilderSettings settings) | |
| void | Initialize (RoadGraph graph) |
| void | CreateLine (Vector3 start, Vector3 end, float thickness) |
| void | CreateCircle (Vector3 center, float radius, float thickness) |
| RoadGraph | BakeRoadGraph () |
| RoadGraphBuildNode | CreateNode (Vector3 position) |
| void | ConnectNodes (RoadGraphBuildNode a, RoadGraphBuildNode b, float thickness) |
Definition at line 12 of file RoadGraphBuilder.cs.