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

Method stopSystem

core/2d/ParticleSystem.cpp:1535–1540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1533}
1534
1535void ParticleSystem::stopSystem()
1536{
1537 _isActive = false;
1538 _elapsed = _duration;
1539 _emitCounter = 0;
1540}
1541
1542void ParticleSystem::resetSystem()
1543{

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected