MCPcopy 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
2142int ParticleSystem::getTotalParticles() const
2143{
2144 return _totalParticles;
2145}
2146
2147void ParticleSystem::setTotalParticles(int var)
2148{

Callers 6

addChildByTagOrNameMethod · 0.80
reorderChildMethod · 0.80
removeChildMethod · 0.80
insertChildMethod · 0.80
updateAllAtlasIndexesMethod · 0.80
onEnterMethod · 0.80

Calls

no outgoing calls

Tested by 1

onEnterMethod · 0.64