Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ stop
Method
stop
Source/Platformer/VisualCache.cpp:157–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void ParticleVisual::stop() {
158
if (_particle) _particle->stop();
159
}
160
161
Visual* ParticleVisual::autoRemove() {
162
if (_particle) {
Callers
nothing calls this directly
Calls
4
stopAllActions
Method · 0.80
stop
Method · 0.65
isRunning
Method · 0.45
setVisible
Method · 0.45
Tested by
no test coverage detected