| WaterNormalMap0 Property |
Gets or sets the first normal map.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Texture2D NormalMap0 { get; set; }
Public Property NormalMap0 As Texture2D
Get
Set
public:
property Texture2D^ NormalMap0 {
Texture2D^ get ();
void set (Texture2D^ value);
}
member NormalMap0 : Texture2D with get, set
Property Value
Type:
Texture2DThe first normal map.
See Also