class
ParticleLightRenderer
public sealed class ParticleLightRenderer : ParticleController Adds lighting to particles in your effect.
Constructors
ParticleLightRenderer() Properties
| Name | Type | Description |
|---|---|---|
Ratio | Single | If 1, then every particle will get a light. If 0, no particles will get a light. If 0.5, half will get a particle. |
MaximumLights | Int32 | |
CastShadows | Boolean | |
Scale | ParticleFloat | |
Attenuation | ParticleFloat | |
Brightness | ParticleFloat | |
LightColor | ParticleGradient | |
UseParticleColor | Boolean |