| CloudLayerNodeCloudMap Property |
Gets or sets the cloud map that provides the cloud texture.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public CloudMap CloudMap { get; set; }
Public Property CloudMap As CloudMap
Get
Set
public:
property CloudMap^ CloudMap {
CloudMap^ get ();
void set (CloudMap^ value);
}
member CloudMap : CloudMap with get, set
Property Value
Type:
CloudMapThe cloud map that provides the cloud texture.
Exceptions See Also