Click or drag to resize
DigitalRuneCloudMapLayer Constructor (Texture2D, Matrix33F, Single, Single, Single)
Initializes a new instance of the CloudMapLayer struct.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public CloudMapLayer(
	Texture2D texture,
	Matrix33F textureMatrix,
	float densityOffset,
	float densityScale,
	float animationSpeed
)

Parameters

texture
Type: Texture2D
The Texture.
textureMatrix
Type: DigitalRune.Mathematics.AlgebraMatrix33F
The TextureMatrix.
densityOffset
Type: SystemSingle
The DensityOffset.
densityScale
Type: SystemSingle
The DensityScale.
animationSpeed
Type: SystemSingle
The AnimationSpeed.
See Also