A direction (LEFT,RIGHT,FRONT)
"left", "right", "front", or "back"
A direction (LEFT,RIGHT,FRONT)
"Go straight", "Turn left", or "Turn right"
building.validity.valid is true if the building passes a few validity
									tests. This is useful for testing.
There are several reasons that it could be false:
connectedSections > 1). That means there's
									a group of at least one node that isn't connected to the rest of the graph.If building.validity.valid is false, building.validity.reason gives
								the reason why it's invalid.
connectedSections is a string[][], where each string[] is a list of nodes
									that are all connected. (Each string[] forms a connected graph.) This is
									useful for debugging to figure out which nodes aren't connected to the rest
								of the graph.
The name of the staircase
The floor that this node is on
A StairNode with the given name on the given floor
Generated using TypeDoc