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

Method IsValid

src/Nazara/Graphics/SkeletalModel.cpp:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 */
27
28 bool SkeletalModelParameters::IsValid() const
29 {
30 if (!ModelParameters::IsValid())
31 return false;
32
33 if (loadAnimation && !animation.IsValid())
34 return false;
35
36 return true;
37 }
38
39 /*!
40 * \brief Constructs a SkeletalModel object by default

Callers 1

SetAnimationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected