MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / EnableAnimation

Method EnableAnimation

src/Nazara/Graphics/SkeletalModel.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 */
150
151 void SkeletalModel::EnableAnimation(bool animation)
152 {
153 m_animationEnabled = animation;
154 }
155
156 /*!
157 * \brief Gets the animation of the model

Callers 1

SkeletalModel.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected