Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ isPaused
Method
isPaused
core/2d/ParticleSystem.cpp:2237–2240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2235
}
2236
2237
bool ParticleSystem::isPaused() const
2238
{
2239
return _paused;
2240
}
2241
2242
void ParticleSystem::pauseEmissions()
2243
{
Callers
4
AudioEngineImpl.cpp
File · 0.45
IntervalTest
Method · 0.45
~IntervalTest
Method · 0.45
pauseEmitter
Method · 0.45
Calls
no outgoing calls
Tested by
3
IntervalTest
Method · 0.36
~IntervalTest
Method · 0.36
pauseEmitter
Method · 0.36