Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MethanePowered/MethaneKit
/ Stop
Method
Stop
Modules/Data/Animation/Sources/Methane/Data/Animation.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void Animation::Stop() noexcept
52
{
53
META_FUNCTION_TASK();
54
m_state = State::Completed;
55
}
56
57
void Animation::Pause()
58
{
Callers
1
StopKeyboardAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected