Definition at line 1 of file FireworksLauncher.c.
◆ ExplosionLight()
void ExplosionLight::ExplosionLight |
( |
| ) |
|
|
inlineprivate |
Definition at line 3 of file FireworksLauncher.c.
4 {
5 SetVisibleDuringDaylight(true);
6 SetRadiusTo(60);
7 SetBrightnessTo(0.05);
8 SetFlareVisible(false);
9 SetAmbientColor(1.0, 1.0, 1.0);
10 SetDiffuseColor(1.0, 1.0, 1.0);
11 SetLifetime(2.1);
12
13 SetFadeOutTime(1);
14 m_FadeInTime = 0.25;
15 SetFlickerSpeed(7);
16
17 SetFlickerAmplitudeMax(3);
18 SetFlickerAmplitudeMin(0);
19 SetCastShadow(false);
20 }
The documentation for this class was generated from the following file: