Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
void ParticleVisual::start() {
154
if (_particle) _particle->start();
155
}
156
157
void ParticleVisual::stop() {
158
if (_particle) _particle->stop();
Callers
nothing calls this directly
Calls
4
start
Method · 0.65
isRunning
Method · 0.45
setVisible
Method · 0.45
perform
Method · 0.45
Tested by
no test coverage detected