#include <particle_system.h>
Collaboration diagram for hoa_video::private_video::EffectParameters:

Public Attributes | |
| float | attractor_x |
| attraction point, particles gravitate towards this | |
| float | attractor_y |
| float | orientation |
| orientation of the effect, called with ParticleEffect::SetOrientation() | |
***************************************************************************
Definition at line 50 of file particle_system.h.
attraction point, particles gravitate towards this
Definition at line 58 of file particle_system.h.
Referenced by hoa_video::ParticleEffect::_Update().
Definition at line 58 of file particle_system.h.
Referenced by hoa_video::ParticleEffect::_Update().
orientation of the effect, called with ParticleEffect::SetOrientation()
Definition at line 55 of file particle_system.h.
Referenced by hoa_video::private_video::ParticleSystem::_RespawnParticle(), and hoa_video::ParticleEffect::_Update().
1.5.1