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