|
Gama C Library
Gama C API Documentation
|
Structure representing a sprite animation sequence. More...
#include <sprite.h>
Data Fields | |
| double | interval |
| int | anim [GAMA_MAX_SPRITE_ANIM_LENGTH] |
| size_t | length |
Structure representing a sprite animation sequence.
| int gmSpriteAnim::anim[GAMA_MAX_SPRITE_ANIM_LENGTH] |
Array of frame indices in the animation sequence
| double gmSpriteAnim::interval |
Time interval between animation frames
| size_t gmSpriteAnim::length |
Number of frames in the animation