MCPcopy Create free account
hub / github.com/axmolengine/axmol / ~AnimationCacheFile

Method ~AnimationCacheFile

tests/cpp-tests/Source/SpriteTest/SpriteTest.cpp:3829–3835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3827}
3828
3829AnimationCacheFile::~AnimationCacheFile()
3830{
3831 auto frameCache = SpriteFrameCache::getInstance();
3832 frameCache->removeSpriteFramesFromFile("animations/grossini.plist");
3833 frameCache->removeSpriteFramesFromFile("animations/grossini_gray.plist");
3834 frameCache->removeSpriteFramesFromFile("animations/grossini_blue.plist");
3835}
3836
3837std::string AnimationCacheFile::title() const
3838{

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85

Tested by

no test coverage detected