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