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

Method setActiveAnimationGroup

src/Core/Animation/Animation.cpp:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 void Animation::setActiveAnimationGroup(const std::string& groupName)
212 {
213 if (m_groups.find(groupName) != m_groups.end())
214 {
215 m_currentGroupName = groupName;
216 }
217 throw Exceptions::UnknownAnimationGroup(
218 m_name, groupName, this->getAllAnimationGroupName(), EXC_INFO);
219 }
220
221 void Animation::loadMeta(vili::node& meta)
222 {

Callers

nothing calls this directly

Calls 4

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected