Property VLRipple.TVLRain.Probability
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLRain
Contents |
Syntax
Delphi:
property Probability : Cardinal read FProbability write SetProbability default 2;
C++ Builder:
__property unsigned int Probability = { read=FProbability, write=SetProbability, default=2 };
Summary
Specifies the rain probability.
Description
Use this property to specify the rain probability.
The bigger the value the less likely is for the drop to appear
The probability of the drop to appear is = 1 / Probability.