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

Class NoSelectedAnimation

include/Core/Animation/Exceptions.hpp:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 };
99
100 class NoSelectedAnimation : public Exception
101 {
102 public:
103 NoSelectedAnimation(std::string_view animator, DebugInfo info)
104 : Exception("NoSelectedAnimation", info)
105 {
106 this->error(
107 "The Animator '{}' does not have any Animation selected", animator);
108 }
109 };
110
111 class UnknownEasingFromEnum : public Exception
112 {

Callers 2

updateMethod · 0.85
Animator.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected