Home
last modified time | relevance | path

Searched refs:setBirthRate (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/quartzcore/
H A DCAEmitterLayer.inc16 procedure setBirthRate(newValue: single); message 'setBirthRate:';
H A DCAEmitterCell.inc25 procedure setBirthRate(newValue: single); message 'setBirthRate:';
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/scenekit/
H A DSCNParticleSystem.inc167 procedure setBirthRate(newValue: CGFloat); message 'setBirthRate:';
/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h90 void setBirthRate(float birth_rate);
H A Dsector.cpp75 void SmokeParticleSystem::setBirthRate(float birth_rate) { in setBirthRate() function in SmokeParticleSystem
883 this->jetParticleSystem->setBirthRate(1.667f); in Sector()
889 this->nukeParticleSystem->setBirthRate(1.667f); in Sector()
895 this->nukeDefenceParticleSystem->setBirthRate(1.667f); in Sector()
2591 this->smokeParticleSystem->setBirthRate(0.0f); in updateWorkers()
2594 this->smokeParticleSystem->setBirthRate(0.05333f); in updateWorkers()
2597 this->smokeParticleSystem->setBirthRate(0.01333f); in updateWorkers()