Click or drag to resize
DigitalRuneOceanWavesDirectionality Property
Gets or sets the directionality of the waves.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public int Directionality { get; set; }

Property Value

Type: Int32
The directionality of the waves. Must be greater than 0. The default value is 1.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue must be greater than 0.
Remarks
Higher Directionality values will make more waves flow in the wind direction, with less waves deviating from the wind direction.
See Also