| TerrainLayerAabb Property |
Gets (or sets) the axis-aligned bounding box of the area that is influenced by this terrain
layer.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Nullable<Aabb> Aabb { get; protected set; }
Public Property Aabb As Nullable(Of Aabb)
Get
Protected Set
public:
virtual property Nullable<Aabb> Aabb {
Nullable<Aabb> get () sealed;
protected: void set (Nullable<Aabb> value) sealed;
}
abstract Aabb : Nullable<Aabb> with get, set
override Aabb : Nullable<Aabb> with get, 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 Also