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

Method GetAnimationType

src/Nazara/Utility/Mesh.cpp:378–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376 }
377
378 AnimationType Mesh::GetAnimationType() const
379 {
380 NazaraAssert(m_impl, "Mesh should be created first");
381
382 return m_impl->animationType;
383 }
384
385 UInt32 Mesh::GetJointCount() const
386 {

Callers 5

SetAnimationMethod · 0.45
SetMeshMethod · 0.45
AddSubMeshMethod · 0.45
VertexMapperMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected