| LodCollectionItem Property |
Gets the LOD at the specified index.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public LodEntry this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As LodEntry
Get
public:
property LodEntry default[int index] {
LodEntry get (int index);
}
member Item : LodEntry with get
Parameters
- index
- Type: SystemInt32
The LOD index.
Property Value
Type:
LodEntryThe LOD at the specified index.
Exceptions See Also