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

Method getNumAffectors

OgreMain/src/OgreParticleSystem.cpp:253–256  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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 {

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected