Gama C Library
Gama C API Documentation
Loading...
Searching...
No Matches
gmSpriteAnim Struct Reference

Structure representing a sprite animation sequence. More...

#include <sprite.h>

Data Fields

double interval
int anim [GAMA_MAX_SPRITE_ANIM_LENGTH]
size_t length

Detailed Description

Structure representing a sprite animation sequence.

Field Documentation

◆ anim

int gmSpriteAnim::anim[GAMA_MAX_SPRITE_ANIM_LENGTH]

Array of frame indices in the animation sequence

◆ interval

double gmSpriteAnim::interval

Time interval between animation frames

◆ length

size_t gmSpriteAnim::length

Number of frames in the animation


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