Tanks Multiplayer
1.4
|
Modifies the starting color of a particle system to the color passed in. This is used on the player death particles to match the player's team color. More...
Public Member Functions | |
void | SetColor (Color color) |
Iterates over all particles and assigns the color passed in, but ignoring the alpha value of the new color. More... | |
Public Attributes | |
ParticleSystem[] | particles |
Array for particle systems that should be colored. More... | |
Modifies the starting color of a particle system to the color passed in. This is used on the player death particles to match the player's team color.
void SetColor | ( | Color | color | ) |
Iterates over all particles and assigns the color passed in, but ignoring the alpha value of the new color.
ParticleSystem [] particles |
Array for particle systems that should be colored.