|
Real World Terrain
v4.1
|
This class contains basic information about the building. More...
Inherits MonoBehaviour.
Public Attributes | |
| float | baseHeight |
| The height of the walls. More... | |
| Vector3 [] | baseVerticles |
| Array of base vertices. More... | |
| RealWorldTerrainContainer | container |
| Reference to RealWorldTerrainContainer instance. More... | |
| bool | invertRoof |
| Indicates that roof normals is inverted. More... | |
| bool | invertWall |
| Indicates that walls normals is inverted. More... | |
| MeshFilter | roof |
| Reference to MeshFilter of roof. More... | |
| float | roofHeight |
| Height of roof. More... | |
| RealWorldTerrainRoofType | roofType |
| Type of roof. More... | |
| MeshFilter | wall |
| Reference to MeshFilter of wall. More... | |
This class contains basic information about the building.
| float InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.baseHeight |
The height of the walls.
| Vector3 [] InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.baseVerticles |
Array of base vertices.
| RealWorldTerrainContainer InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.container |
Reference to RealWorldTerrainContainer instance.
| bool InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.invertRoof |
Indicates that roof normals is inverted.
| bool InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.invertWall |
Indicates that walls normals is inverted.
| MeshFilter InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.roof |
Reference to MeshFilter of roof.
| float InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.roofHeight |
Height of roof.
| RealWorldTerrainRoofType InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.roofType |
Type of roof.
| MeshFilter InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.wall |
Reference to MeshFilter of wall.