Click or drag to resize
DigitalRuneTerrainTile Properties

The TerrainTile type exposes the following members.

Properties
  NameDescription
Public propertyAabb
Gets the axis-aligned bounding box of the terrain tile. (Vertical min and max values are not set!)
Public propertyCellSize
Gets or sets the world space size of one cell in the height texture.
Public propertyHeightTexture
Gets or sets the height texture which stores absolute height values in the Red channel.
Public propertyHoleTexture
Gets or sets the hole texture which stores hole information in the Alpha channel.
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed of.
Public propertyLayers
Gets the terrain layers.
Public propertyMaterial
Gets or sets the material that is used to render the geometry of this terrain tile.
Public propertyMaterialInstance
Gets the material instance.
Public propertyNormalTexture
Gets or sets the normal texture which stores normal vectors.
Public propertyOriginX
Gets or sets the world space origin of this terrain tile on the x-axis.
Public propertyOriginZ
Gets or sets the world space origin of this terrain tile on the z-axis.
Public propertyTerrain
Gets the terrain that owns this terrain tile.
Public propertyWidthX
Gets the world space size of this terrain tile along the x-axis.
Public propertyWidthZ
Gets the world space size of this terrain tile along the z-axis.
Top
See Also