Click or drag to resize
DigitalRuneTerrainLayerAabb Property
Gets (or sets) the axis-aligned bounding box of the area that is influenced by this terrain layer.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Nullable<Aabb> Aabb { get; protected set; }

Property Value

Type: NullableAabb
The axis-aligned bounding box of the area that is influenced by this terrain layer. The default value is , which means that the terrain layer affects the entire terrain tile.
Remarks
See TerrainLayer for more details.
See Also