Elin Decompiled Documentation EA 23.102 Nightly
|
Public Attributes | |
bool | enableLight = true |
bool | enableHaze = true |
float | lightRange = 300f |
float | lightIntensity = 1f |
float | hazeLevel = 200f |
Light | particleLight |
Private Member Functions | |
void | Start () |
void | OnEnable () |
void | Update () |
Private Attributes | |
ParticleSystem.TrailModule | partcleTrail |
ParticleSystem.LightsModule | lightPart |
Definition at line 4 of file LightControl2.cs.
|
inlineprivate |
Definition at line 28 of file LightControl2.cs.
References lightPart, partcleTrail, and particleLight.
|
inlineprivate |
Definition at line 24 of file LightControl2.cs.
|
inlineprivate |
Definition at line 34 of file LightControl2.cs.
References Color, enableHaze, enableLight, hazeLevel, lightIntensity, lightRange, and partcleTrail.
bool LightControl2.enableHaze = true |
Definition at line 8 of file LightControl2.cs.
Referenced by Update().
bool LightControl2.enableLight = true |
Definition at line 6 of file LightControl2.cs.
Referenced by Update().
float LightControl2.hazeLevel = 200f |
Definition at line 15 of file LightControl2.cs.
Referenced by Update().
float LightControl2.lightIntensity = 1f |
Definition at line 12 of file LightControl2.cs.
Referenced by Update().
|
private |
Definition at line 22 of file LightControl2.cs.
Referenced by OnEnable().
float LightControl2.lightRange = 300f |
Definition at line 10 of file LightControl2.cs.
Referenced by Update().
|
private |
Definition at line 20 of file LightControl2.cs.
Referenced by OnEnable(), and Update().
Light LightControl2.particleLight |
Definition at line 18 of file LightControl2.cs.
Referenced by OnEnable().