TerrainTile Properties |
The TerrainTile type exposes the following members.
Name | Description | |
---|---|---|
Aabb |
Gets the axis-aligned bounding box of the terrain tile.
(Vertical min and max values are not set!)
| |
CellSize |
Gets or sets the world space size of one cell in the height texture.
| |
HeightTexture |
Gets or sets the height texture which stores absolute height values in the Red channel.
| |
HoleTexture |
Gets or sets the hole texture which stores hole information in the Alpha channel.
| |
IsDisposed |
Gets a value indicating whether this instance has been disposed of.
| |
Layers |
Gets the terrain layers.
| |
Material |
Gets or sets the material that is used to render the geometry of this terrain tile.
| |
MaterialInstance |
Gets the material instance.
| |
NormalTexture |
Gets or sets the normal texture which stores normal vectors.
| |
OriginX |
Gets or sets the world space origin of this terrain tile on the x-axis.
| |
OriginZ |
Gets or sets the world space origin of this terrain tile on the z-axis.
| |
Terrain |
Gets the terrain that owns this terrain tile.
| |
WidthX |
Gets the world space size of this terrain tile along the x-axis.
| |
WidthZ |
Gets the world space size of this terrain tile along the z-axis.
|