Gamedev Framework (gf)  0.17.0
A C++14 framework for 2D games
gf::Animation Member List

This is the complete list of members for gf::Animation, including all inherited members.

addFrame(const Texture &texture, const RectF &bounds, Time duration)gf::Animation
addTileset(const Texture &texture, const Vector2f &frameSize, const Vector2i &layout, int nbFrames, Time duration)gf::Animation
Animation()gf::Animation
getCurrentBounds() constgf::Animation
getCurrentTexture() constgf::Animation
reset()gf::Animation
setLoop(bool enabled)gf::Animation
update(Time time)gf::Animation