Click or drag to resize
DigitalRuneCloudMapLayerTexture Property
Gets or sets the cloud texture that defines the cloud density. (Optional)

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Texture2D Texture { get; set; }

Property Value

Type: Texture2D
The cloud texture that defines the cloud density. The default value is .
Remarks
The Texture is optional. If Texture is , a random noise texture is used.
See Also