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

Method setIterationInterval

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

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

Source from the content-addressed store, hash-verified

362 }
363 //-----------------------------------------------------------------------
364 void ParticleSystem::setIterationInterval( Real interval )
365 {
366 mIterationInterval = interval;
367 mIterationIntervalSet = true;
368 }
369 //-----------------------------------------------------------------------
370 void ParticleSystem::_update( Real timeElapsed )
371 {

Callers 1

doSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected