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

Method start

Source/Platformer/VisualCache.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151// ParticleVisual
152
153void ParticleVisual::start() {
154 if (_particle) _particle->start();
155}
156
157void ParticleVisual::stop() {
158 if (_particle) _particle->stop();

Callers

nothing calls this directly

Calls 4

startMethod · 0.65
isRunningMethod · 0.45
setVisibleMethod · 0.45
performMethod · 0.45

Tested by

no test coverage detected