| LightningBoltParametersGrowthMultiplier Property  | 
 
            A value between 0 and 0.999 that determines how fast the lightning should grow over the lifetime. A value of 1 grows slowest, 0 grows instantly
            
 
    Namespace: 
   DigitalRuby.WeatherMaker
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic float GrowthMultiplier { get; set; }Public Property GrowthMultiplier As Single
	Get
	Set
public:
property float GrowthMultiplier {
	float get ();
	void set (float value);
}member GrowthMultiplier : float32 with get, set
Property Value
Type: 
Single See Also
See Also