Real World Terrain  v4.1
InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding Class Reference

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...
 

Detailed Description

This class contains basic information about the building.

Member Data Documentation

◆ baseHeight

float InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.baseHeight

The height of the walls.

◆ baseVerticles

Vector3 [] InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.baseVerticles

Array of base vertices.

◆ container

RealWorldTerrainContainer InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.container

Reference to RealWorldTerrainContainer instance.

◆ invertRoof

bool InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.invertRoof

Indicates that roof normals is inverted.

◆ invertWall

bool InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.invertWall

Indicates that walls normals is inverted.

◆ roof

MeshFilter InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.roof

Reference to MeshFilter of roof.

◆ roofHeight

float InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.roofHeight

Height of roof.

◆ roofType

RealWorldTerrainRoofType InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.roofType

Type of roof.

◆ wall

MeshFilter InfinityCode.RealWorldTerrain.RealWorldTerrainBuilding.wall

Reference to MeshFilter of wall.