|
tmxlite 1.0.0
lightweight parse for Tiled maps
|
A frame within an animation. More...
#include <Tileset.hpp>
Public Member Functions | |
| bool | operator== (const Frame &other) const |
| bool | operator!= (const Frame &other) const |
Public Attributes | |
| std::uint32_t | tileID = 0 |
| ID of the tile to be displayed during this frame. | |
| std::uint32_t | duration = 0 |
| Duration of the animation frame, in milliseconds. | |
A frame within an animation.
| std::uint32_t tmx::Tileset::Tile::Animation::Frame::tileID = 0 |
ID of the tile to be displayed during this frame.