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.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public 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:
SingleSee Also