OpenEnroth 73e68f7
|
#include <IconFrameTable.h>
Public Member Functions | |
int | animationId (std::string_view animationName) const |
Duration | animationLength (int animationId) const |
GraphicsImage * | animationFrame (int animationId, Duration frameTime) |
Private Member Functions | |
GraphicsImage * | loadTexture (int frameId) |
Additional Inherited Members | |
Private Attributes inherited from RawIconFrameTable | |
std::vector< IconFrameData > | frames |
std::vector< GraphicsImage * > | textures |
GraphicsImage * IconFrameTable::animationFrame | ( | int | animationId, |
Duration | frameTime | ||
) |
int IconFrameTable::animationId | ( | std::string_view | animationName | ) | const |
Duration IconFrameTable::animationLength | ( | int | animationId | ) | const |
|
private |