| 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 | { |