| OceanWavesGravity Property |
Gets or sets the gravity.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Gravity { get; set; }
Public Property Gravity As Single
Get
Set
public:
property float Gravity {
float get ();
void set (float value);
}
member Gravity : float32 with get, set
Property Value
Type:
SingleThe gravity. The default value is 9.81.
See Also