|  | UserDefinedCloudMap Constructor (Texture2D) | 
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic UserDefinedCloudMap(
	Texture2D texture
)
Public Sub New ( 
	texture As Texture2D
)
public:
UserDefinedCloudMap(
	Texture2D^ texture
)
new : 
        texture : Texture2D -> UserDefinedCloudMapParameters
- texture
- Type: Texture2D
 The cloud texture.
 See Also
See Also