Elin Modding Docs Doc
|
Public Attributes | |
bool | enableLight = true |
bool | enableHaze = true |
float | lightRange = 300f |
float | lightIntensity = 1f |
float | hazeLevel = 120f |
Light | particleLight |
GameObject | Haze |
Definition at line 6 of file LightControl.cs.
bool LightControl.enableHaze = true |
Definition at line 36 of file LightControl.cs.
bool LightControl.enableLight = true |
Definition at line 33 of file LightControl.cs.
GameObject LightControl.Haze |
Definition at line 54 of file LightControl.cs.
float LightControl.hazeLevel = 120f |
Definition at line 46 of file LightControl.cs.
float LightControl.lightIntensity = 1f |
Definition at line 42 of file LightControl.cs.
float LightControl.lightRange = 300f |
Definition at line 39 of file LightControl.cs.
Light LightControl.particleLight |
Definition at line 50 of file LightControl.cs.