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

Method IsValid

src/Nazara/Utility/Animation.cpp:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 };
27
28 bool AnimationParams::IsValid() const
29 {
30 if (startFrame > endFrame)
31 {
32 NazaraError("Start frame index must be smaller than end frame index");
33 return false;
34 }
35
36 return true;
37 }
38
39 Animation::~Animation()
40 {

Callers 1

AnimateSkeletonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected