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

Method IsLoopPointInterpolationEnabled

src/Nazara/Utility/Animation.cpp:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 bool Animation::IsLoopPointInterpolationEnabled() const
253 {
254 NazaraAssert(m_impl, "Animation not created");
255
256 return m_impl->loopPointInterpolation;
257 }
258
259 bool Animation::IsValid() const
260 {

Callers 1

AdvanceAnimationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected