OpenEnroth 90c43ae
Loading...
Searching...
No Matches
Public Attributes | List of all members
SpriteFrame Class Reference

#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
 

Member Data Documentation

◆ animationLength

Duration SpriteFrame::animationLength

◆ animationName

std::string SpriteFrame::animationName

◆ flags

int SpriteFrame::flags = 0

◆ frameLength

Duration SpriteFrame::frameLength

◆ glowRadius

int SpriteFrame::glowRadius = 0

◆ paletteId

int SpriteFrame::paletteId = 0

◆ scale

float SpriteFrame::scale = 1.0

◆ sprites

std::array<Sprite *, 8> SpriteFrame::sprites = {{}}

◆ textureName

std::string SpriteFrame::textureName

The documentation for this class was generated from the following file: