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

Method resimulate

core/2d/ParticleSystem.cpp:1507–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505}
1506
1507void ParticleSystem::resimulate(float seconds, float frameRate)
1508{
1509 this->resetSystem();
1510 this->simulate(seconds, frameRate);
1511}
1512
1513void ParticleSystem::onEnter()
1514{

Callers

nothing calls this directly

Calls 2

resetSystemMethod · 0.95
simulateMethod · 0.95

Tested by

no test coverage detected