| DRSceneNodeContentLodDistance Property |
Gets or sets the LOD distance.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax public float LodDistance { get; set; }
Public Property LodDistance As Single
Get
Set
public:
property float LodDistance {
float get ();
void set (float value);
}
member LodDistance : float32 with get, set
Property Value
Type:
SingleThe LOD distance. The default value is 0.
See Also