|
OpenEnroth 90c43ae
|
#include <Sprites.h>
Public Attributes | |
| std::string | animationName |
| std::string | textureName |
| std::array< Sprite *, 8 > | sprites = {{}} |
| float | scale = 1.0 |
| int | flags = 0 |
| int | glowRadius = 0 |
| int | paletteId = 0 |
| Duration | frameLength |
| Duration | animationLength |
| Duration SpriteFrame::animationLength |
| std::string SpriteFrame::animationName |
| int SpriteFrame::flags = 0 |
| Duration SpriteFrame::frameLength |
| int SpriteFrame::glowRadius = 0 |
| int SpriteFrame::paletteId = 0 |
| float SpriteFrame::scale = 1.0 |
| std::array<Sprite *, 8> SpriteFrame::sprites = {{}} |
| std::string SpriteFrame::textureName |