| LayeredCloudMapCoverage Property |
Gets or sets the cloud coverage.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Coverage { get; set; }
Public Property Coverage As Single
Get
Set
public:
property float Coverage {
float get ();
void set (float value);
}
member Coverage : float32 with get, set
Property Value
Type:
Single
The cloud coverage that defines how much of the sky is filled with clouds. Values less than
0 or greater than 1 are allowed and might be necessary to remove all clouds or to fill the
whole sky. The default value is 0.5.
See Also