Click or drag to resize
DigitalRuneDRLodGroupNodeContentLevels Property
Gets or sets the levels of detail (LODs).

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
public List<DRSceneNodeContent> Levels { get; }

Property Value

Type: ListDRSceneNodeContent
The levels of detail (LODs).
See Also