| OceanWavesDirectionality Property |
Gets or sets the directionality of the waves.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public int Directionality { get; set; }
Public Property Directionality As Integer
Get
Set
public:
property int Directionality {
int get ();
void set (int value);
}
member Directionality : int with get, set
Property Value
Type:
Int32
The directionality of the waves. Must be greater than 0. The default value is 1.
Exceptions Remarks
Higher Directionality values will make more waves flow in the wind direction,
with less waves deviating from the wind direction.
See Also