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

Method getParticleQuota

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

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

Source from the content-addressed store, hash-verified

323 size_t ParticleSystem::getNumParticles() const { return mActiveParticles.size(); }
324 //-----------------------------------------------------------------------
325 size_t ParticleSystem::getParticleQuota() const { return mPoolSize; }
326 //-----------------------------------------------------------------------
327 void ParticleSystem::setParticleQuota( size_t size )
328 {

Callers 3

doGetMethod · 0.80
createSystemImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected