Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setKey
Method · 0.95
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected