MCPcopy Create free account
hub / github.com/axmolengine/axmol / pauseEmissions

Method pauseEmissions

core/2d/ParticleSystem.cpp:2242–2245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2240}
2241
2242void ParticleSystem::pauseEmissions()
2243{
2244 _paused = true;
2245}
2246
2247void ParticleSystem::resumeEmissions()
2248{

Callers 1

pauseEmitterMethod · 0.80

Calls

no outgoing calls

Tested by 1

pauseEmitterMethod · 0.64