Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getTotalParticles
Method
getTotalParticles
core/2d/ParticleSystem.cpp:2142–2145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2140
}
2141
2142
int ParticleSystem::getTotalParticles() const
2143
{
2144
return _totalParticles;
2145
}
2146
2147
void ParticleSystem::setTotalParticles(int var)
2148
{
Callers
6
addChildByTagOrName
Method · 0.80
reorderChild
Method · 0.80
removeChild
Method · 0.80
insertChild
Method · 0.80
updateAllAtlasIndexes
Method · 0.80
onEnter
Method · 0.80
Calls
no outgoing calls
Tested by
1
onEnter
Method · 0.64