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

Method GetJointCount

src/Nazara/Utility/Animation.cpp:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 UInt32 Animation::GetJointCount() const
144 {
145 NazaraAssert(m_impl, "Animation not created");
146
147 return m_impl->jointCount;
148 }
149
150 Sequence* Animation::GetSequence(const String& sequenceName)
151 {

Callers 1

AnimateSkeletonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected