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

Method getEmitter

OgreMain/src/OgreParticleSystem.cpp:201–205  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

199 }
200 //-----------------------------------------------------------------------
201 ParticleEmitter *ParticleSystem::getEmitter( unsigned short index ) const
202 {
203 assert( index < mEmitters.size() && "Emitter index out of bounds!" );
204 return mEmitters[index];
205 }
206 //-----------------------------------------------------------------------
207 unsigned short ParticleSystem::getNumEmitters() const
208 {

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected