MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getAllAnimationName

Method getAllAnimationName

src/Core/Animation/Animator.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 std::vector<std::string> Animator::getAllAnimationName() const
69 {
70 std::vector<std::string> allAnimationsNames;
71 for (auto& animationPair : m_animations)
72 allAnimationsNames.push_back(animationPair.first);
73 return allAnimationsNames;
74 }
75
76 std::string Animator::getKey() const noexcept
77 {

Callers 3

setKeyMethod · 0.95
updateMethod · 0.95
Animator.cppFile · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected