Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getAnimation
Method
getAnimation
core/2d/AnimationCache.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
Animation* AnimationCache::getAnimation(std::string_view name)
82
{
83
return _animations.at(name);
84
}
85
86
void AnimationCache::parseVersion1(const ValueMap& animations)
87
{
Callers
1
setDisplayFrameWithAnimationName
Method · 0.45
Calls
1
at
Method · 0.45
Tested by
no test coverage detected