Public Attributes | |
| Region3D | mapRegion |
| Bool | terrainRestricted |
| one of the terrain tiles prevents building | |
| Real | hiZ |
| highest sample point used | |
| Real | loZ |
| lowest sample point used | |
This structure is passed along to the checkSampleBuildLocation while iterating the footprint of an area in order to determine if the entire location is a legal place to build
Definition at line 485 of file BuildAssistant.cpp.
| Real SampleBuildData::hiZ |
highest sample point used
Definition at line 489 of file BuildAssistant.cpp.
| Real SampleBuildData::loZ |
lowest sample point used
Definition at line 490 of file BuildAssistant.cpp.
| Region3D SampleBuildData::mapRegion |
Definition at line 487 of file BuildAssistant.cpp.
| Bool SampleBuildData::terrainRestricted |
one of the terrain tiles prevents building
Definition at line 488 of file BuildAssistant.cpp.