MCPcopy Create free account
hub / github.com/axmolengine/axmol / isActive

Method isActive

core/2d/ParticleSystem.cpp:2093–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2091}
2092
2093bool ParticleSystem::isActive() const
2094{
2095 return _isActive;
2096}
2097
2098void ParticleSystem::useHSV(bool hsv)
2099{

Callers 15

updateAabbsMethod · 0.45
integrateTransformsMethod · 0.45
applyGravityMethod · 0.45
setGravityMethod · 0.45
addBodiesToIslandsMethod · 0.45
updateAabbsMethod · 0.45
processIslandsMethod · 0.45
needsCollisionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected