Gets or sets the density of atmospheric fog drawn around the
CentralBody when
the
Camera is close to the ground.
Values range from 0 (no fog) to 1 (full fog).
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double FogDensity { get; set; }
Public Property FogDensity As Double
Get
Set
public:
property double FogDensity {
double get ();
void set (double value);
}
member FogDensity : float with get, set
Property Value
Type:
DoubleSee Also