sgdk
Animation Struct Reference

Sprite animation structure. More...

#include <sprite_eng.h>

List of all members.

Public Attributes

u16 numFrame
AnimationFrame ** frames
u16 length
u8sequence
s16 loop

Detailed Description

Sprite animation structure.

Parameters:
numFramenumber of different frame for this animation
framesframes composing the animation
lengthanimation sequence length
sequenceframe sequence animation (for instance: 0-1-2-2-1-2-3-4..)
loopframe sequence index for loop (last index if no loop)

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines