|
Practical Tools for Simple Design
|
This is the complete list of members for Util::Animation, including all inherited members.
| Animation(const std::vector< std::string > &paths, bool play, std::size_t interval, bool looping=true, std::size_t cooldown=100, bool useAA=true) | Util::Animation | |
| Draw(const Core::Matrices &data) override | Util::Animation | virtual |
| GetCooldown() const | Util::Animation | inline |
| GetCurrentFrameIndex() const | Util::Animation | inline |
| GetFrameCount() const | Util::Animation | inline |
| GetInterval() const | Util::Animation | inline |
| GetLooping() const | Util::Animation | inline |
| GetSize() const override | Util::Animation | inlinevirtual |
| GetState() const | Util::Animation | inline |
| Pause() | Util::Animation | |
| Play() | Util::Animation | |
| SetCooldown(int cooldown) | Util::Animation | inline |
| SetCurrentFrame(std::size_t index) | Util::Animation | |
| SetInterval(int interval) | Util::Animation | inline |
| SetLooping(bool looping) | Util::Animation | inline |
| State enum name | Util::Animation | |
| UseAntiAliasing(bool useAA) | Util::Animation | |
| ~Drawable()=default (defined in Core::Drawable) | Core::Drawable | virtual |