-----------------------------------------------------------------------
| 251 | } |
| 252 | //----------------------------------------------------------------------- |
| 253 | unsigned short ParticleSystem::getNumAffectors() const |
| 254 | { |
| 255 | return static_cast<unsigned short>( mAffectors.size() ); |
| 256 | } |
| 257 | //----------------------------------------------------------------------- |
| 258 | void ParticleSystem::removeAffector( unsigned short index ) |
| 259 | { |
no test coverage detected