Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2093
bool ParticleSystem::isActive() const
2094
{
2095
return _isActive;
2096
}
2097
2098
void ParticleSystem::useHSV(bool hsv)
2099
{
Callers
15
updateAabbs
Method · 0.45
integrateTransforms
Method · 0.45
predictUnconstraintMotion
Method · 0.45
applyGravity
Method · 0.45
synchronizeMotionStates
Method · 0.45
setGravity
Method · 0.45
createPredictiveContactsInternal
Method · 0.45
integrateTransformsInternal
Method · 0.45
addBodiesToIslands
Method · 0.45
updateAabbs
Method · 0.45
processIslands
Method · 0.45
needsCollision
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected