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

Method setNonVisibleUpdateTimeout

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

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

Source from the content-addressed store, hash-verified

356 }
357 //-----------------------------------------------------------------------
358 void ParticleSystem::setNonVisibleUpdateTimeout( Real timeout )
359 {
360 mNonvisibleTimeout = timeout;
361 mNonvisibleTimeoutSet = true;
362 }
363 //-----------------------------------------------------------------------
364 void ParticleSystem::setIterationInterval( Real interval )
365 {

Callers 1

doSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected