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

Method clear

src/Core/Animation/Animator.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void Animator::clear() noexcept
54 {
55 Debug::Log->trace("<Animator> Clearing Animator at '{0}'", m_path.toString());
56 m_animations.clear();
57 m_currentAnimation = nullptr;
58 }
59
60 Animation& Animator::getAnimation(const std::string& animationName) const
61 {

Callers

nothing calls this directly

Calls 2

traceMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected