MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getAffector

Method getAffector

OgreMain/src/OgreParticleSystem.cpp:247–251  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

245 }
246 //-----------------------------------------------------------------------
247 ParticleAffector *ParticleSystem::getAffector( unsigned short index ) const
248 {
249 assert( index < mAffectors.size() && "Affector index out of bounds!" );
250 return mAffectors[index];
251 }
252 //-----------------------------------------------------------------------
253 unsigned short ParticleSystem::getNumAffectors() const
254 {

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected