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

Method onEnter

core/2d/ParticleSystem.cpp:1513–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1511}
1512
1513void ParticleSystem::onEnter()
1514{
1515 Node::onEnter();
1516
1517 // update after action in run!
1518 this->scheduleUpdateWithPriority(1);
1519
1520 __allInstances.pushBack(this);
1521}
1522
1523void ParticleSystem::onExit()
1524{

Callers

nothing calls this directly

Calls 2

pushBackMethod · 0.80

Tested by

no test coverage detected