Click or drag to resize
DigitalRuneLodCollectionItem Property
Gets the LOD at the specified index.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public LodEntry this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The LOD index.

Property Value

Type: LodEntry
The LOD at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or equal to or greater than Count.
See Also