#include <particleemitterprop.h>
Definition at line 38 of file particleemitterprop.h.
Public Member Functions | |
| ParticleEmitterProp () | |
| void | set (T min, T max) |
| void | set (T val) |
| void | setFunction (ChangeFunc func, T amplitude, int period, int phase) |
| T | value (int tick) |
Public Attributes | |
| T | minVal |
| T | maxVal |
| ChangeFunc | changeFunc |
| T | changeAmplitude |
| int | changePeriod |
| int | changePhase |
| ParticleEmitterProp< T >::ParticleEmitterProp | ( | ) | [inline] |
Definition at line 40 of file particleemitterprop.h.
| void ParticleEmitterProp< T >::set | ( | T | min, | |
| T | max | |||
| ) | [inline] |
Definition at line 45 of file particleemitterprop.h.
| void ParticleEmitterProp< T >::set | ( | T | val | ) | [inline] |
Definition at line 50 of file particleemitterprop.h.
| void ParticleEmitterProp< T >::setFunction | ( | ChangeFunc | func, | |
| T | amplitude, | |||
| int | period, | |||
| int | phase | |||
| ) | [inline] |
Definition at line 55 of file particleemitterprop.h.
| T ParticleEmitterProp< T >::value | ( | int | tick | ) | [inline] |
Definition at line 63 of file particleemitterprop.h.
| T ParticleEmitterProp< T >::minVal |
Definition at line 102 of file particleemitterprop.h.
| T ParticleEmitterProp< T >::maxVal |
Definition at line 103 of file particleemitterprop.h.
| ChangeFunc ParticleEmitterProp< T >::changeFunc |
Definition at line 105 of file particleemitterprop.h.
| T ParticleEmitterProp< T >::changeAmplitude |
Definition at line 106 of file particleemitterprop.h.
| int ParticleEmitterProp< T >::changePeriod |
Definition at line 107 of file particleemitterprop.h.
| int ParticleEmitterProp< T >::changePhase |
Definition at line 108 of file particleemitterprop.h.
1.5.5