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

Method getNumEmitters

OgreMain/src/OgreParticleSystem.cpp:207–210  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

205 }
206 //-----------------------------------------------------------------------
207 unsigned short ParticleSystem::getNumEmitters() const
208 {
209 return static_cast<unsigned short>( mEmitters.size() );
210 }
211 //-----------------------------------------------------------------------
212 void ParticleSystem::removeEmitter( unsigned short index )
213 {

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected