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

Method getKey

src/Core/Animation/Animator.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 std::string Animator::getKey() const noexcept
77 {
78 if (m_currentAnimation)
79 return m_currentAnimation->getName();
80 else
81 return "";
82 }
83
84 void Animator::setKey(const std::string& key)
85 {

Callers 1

setKeyMethod · 0.95

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected