Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ isOver
Method
isOver
src/Core/Animation/Animation.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool Animation::isOver() const noexcept
92
{
93
return m_over;
94
}
95
96
void Animation::loadAnimation(
97
const System::Path& path, Engine::ResourceManager* resources)
Callers
2
updateCurrentGroup
Method · 0.45
setKey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected