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

Method addAnimationIndex

core/2d/ParticleSystem.cpp:1440–1443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438}
1439
1440bool ParticleSystem::addAnimationIndex(std::string_view frameName)
1441{
1442 return addAnimationIndex(_animIndexCount, frameName);
1443}
1444
1445bool ParticleSystem::addAnimationIndex(unsigned short index, std::string_view frameName)
1446{

Callers 1

onEnterMethod · 0.80

Calls 5

getInstanceFunction · 0.85
getSpriteFrameByNameMethod · 0.80
findMethod · 0.45
endMethod · 0.45
emplaceMethod · 0.45

Tested by 1

onEnterMethod · 0.64