![]() |
Dungeon Architect
17.0.0
|
Public Member Functions | |
| void | GenerateLayout () |
| void | CreateDoorPlatforms () |
| void | FillSmallGaps () |
| void | EmitMarkers (LevelMarkerList markerList) |
Public Attributes | |
| Vector3 | gridSize = new Vector3(4, 2, 4) |
| IntVector | roomPosition = IntVector.Zero |
| IntVector | roomSize = new IntVector(2, 1, 2) |
| Dungeon | dungeon |
| bool | realtimeUpdate = true |
| bool | generateBoundaryMarkers = true |
| DungeonRoomDoorDesigner[] | doors |
Definition at line 26 of file DungeonRoomDesigner.cs.