LightningBoltParametersGenerations Property |
Number of generations (0 for just a point light, otherwise 1 - 8). Higher generations have lightning with finer detail but more expensive to create.
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public int Generations { get; set; }
Public Property Generations As Integer
Get
Set
public:
property int Generations {
int get ();
void set (int value);
}
member Generations : int with get, set
Property Value
Type:
Int32See Also