| 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 | { |