| WaterFlowBaseVelocity Property |
Gets or sets the uniform, constant velocity applied to the whole water surface.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Vector3F BaseVelocity { get; set; }
Public Property BaseVelocity As Vector3F
Get
Set
public:
property Vector3F BaseVelocity {
Vector3F get ();
void set (Vector3F value);
}
member BaseVelocity : Vector3F with get, set
Property Value
Type:
Vector3F
The uniform, constant velocity applied to the whole water surface.
The default value is (0, 0, 0).
Remarks
The y component of the velocity is usually irrelevant because water flows only horizontally
across the water surface.
See Also