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

Method addAnimation

core/2d/AnimationCache.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void AnimationCache::addAnimation(Animation* animation, std::string_view name)
69{
70 _animations.insert(std::string{name}, animation);
71}
72
73void AnimationCache::removeAnimation(std::string_view name)
74{

Callers 2

parseVersion1Method · 0.45
parseVersion2Method · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected