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