| LayeredCloudMapDensity Property |
Gets or sets the cloud density.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Density { get; set; }
Public Property Density As Single
Get
Set
public:
property float Density {
float get ();
void set (float value);
}
member Density : float32 with get, set
Property Value
Type:
Single
The cloud density. The default value is 10.
See Also