MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / update

Method update

Source/Node/Particle.cpp:523–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523bool ParticleNode::update(double deltaTime) {
524 if (_flags.isOn(ParticleNode::Finished)) {
525 _flags.setOff(ParticleNode::Finished);
526 unscheduleUpdate();
527 emit("Finished"_slice);
528 }
529 return Node::update(deltaTime);
530}
531
532void ParticleNode::render() {
533 if (_quads.empty()) {

Callers 1

initMethod · 0.45

Calls 4

emitFunction · 0.85
isOnMethod · 0.80
setOffMethod · 0.80
updateFunction · 0.50

Tested by

no test coverage detected