Click or drag to resize
DigitalRuneTerrainTiles Property
Gets the terrain tiles which define the terrain geometry and materials.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public TerrainTileCollection Tiles { get; }

Property Value

Type: TerrainTileCollection
The terrain tiles which define the terrain geometry and materials.
See Also