|
Zappy GUI
C++ graphic client: renderer, camera, network
|
#include <DrawTypes.hpp>
Collaboration diagram for Particle:Public Attributes | |
| Vector3 | pos |
| Vector3 | vel |
| Color | color |
| float | size |
| float | alpha |
| float | delay |
| bool | active = false |
Definition at line 5 of file DrawTypes.hpp.
| bool Particle::active = false |
Definition at line 12 of file DrawTypes.hpp.
Referenced by DeathBehavior::_spawnParticles(), ForkBehavior::_spawnParticles(), IncantationBehavior::_spawnParticles(), and LevelUpBehavior::_spawnParticles().
| float Particle::alpha |
Definition at line 10 of file DrawTypes.hpp.
Referenced by DeathBehavior::_spawnParticles(), ForkBehavior::_spawnParticles(), IncantationBehavior::_spawnParticles(), and LevelUpBehavior::_spawnParticles().
| Color Particle::color |
Definition at line 8 of file DrawTypes.hpp.
Referenced by DeathBehavior::_spawnParticles(), ForkBehavior::_spawnParticles(), IncantationBehavior::_spawnParticles(), and LevelUpBehavior::_spawnParticles().
| float Particle::delay |
Definition at line 11 of file DrawTypes.hpp.
Referenced by DeathBehavior::_spawnParticles(), ForkBehavior::_spawnParticles(), IncantationBehavior::_spawnParticles(), and LevelUpBehavior::_spawnParticles().
| Vector3 Particle::pos |
Definition at line 6 of file DrawTypes.hpp.
Referenced by DeathBehavior::_spawnParticles(), ForkBehavior::_spawnParticles(), IncantationBehavior::_spawnParticles(), and LevelUpBehavior::_spawnParticles().
| float Particle::size |
Definition at line 9 of file DrawTypes.hpp.
Referenced by DeathBehavior::_spawnParticles(), ForkBehavior::_spawnParticles(), IncantationBehavior::_spawnParticles(), and LevelUpBehavior::_spawnParticles().
| Vector3 Particle::vel |
Definition at line 7 of file DrawTypes.hpp.
Referenced by DeathBehavior::_spawnParticles(), ForkBehavior::_spawnParticles(), IncantationBehavior::_spawnParticles(), and LevelUpBehavior::_spawnParticles().