MCPcopy 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
51void Animation::Stop() noexcept
52{
53 META_FUNCTION_TASK();
54 m_state = State::Completed;
55}
56
57void Animation::Pause()
58{

Callers 1

StopKeyboardActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected