MCPcopy 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
81Animation* AnimationCache::getAnimation(std::string_view name)
82{
83 return _animations.at(name);
84}
85
86void AnimationCache::parseVersion1(const ValueMap& animations)
87{

Callers 1

Calls 1

atMethod · 0.45

Tested by

no test coverage detected