|
ShitEngine
基于 C++20 与 SDL3 的轻量级 2D 游戏引擎
|
成员的完整列表,这些成员属于 Animation,包括所有继承而来的类成员
| addFrame(const SDL_FRect &frame) | Animation | |
| addFrames(const std::vector< SDL_FRect > &frames) | Animation | |
| Animation(float duration=0.1f, bool loop=true) | Animation | |
| getDuration() const | Animation | inline |
| getFrame(float elapsedTime) const | Animation | |
| getFrameCount() const | Animation | inline |
| isLooping() const | Animation | inline |
| setDuration(float duration) | Animation | inline |
| setLoop(bool loop) | Animation | inline |
| ~Animation() | Animation |