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

Method GetSequenceCount

src/Nazara/Utility/Animation.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 UInt32 Animation::GetSequenceCount() const
195 {
196 NazaraAssert(m_impl, "Animation not created");
197
198 return static_cast<UInt32>(m_impl->sequences.size());
199 }
200
201 UInt32 Animation::GetSequenceIndex(const String& sequenceName) const
202 {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected