Mana
Loading...
Searching...
No Matches
Public Attributes | List of all members
Frame Struct Reference

A single frame in an animation, with a delay and an offset. More...

#include <animation.h>

Public Attributes

Imageimage
 
int delay
 
int offsetX
 
int offsetY
 

Detailed Description

A single frame in an animation, with a delay and an offset.

Definition at line 34 of file animation.h.

Member Data Documentation

◆ delay

int Frame::delay

Definition at line 37 of file animation.h.

◆ image

Image* Frame::image

Definition at line 36 of file animation.h.

◆ offsetX

int Frame::offsetX

Definition at line 38 of file animation.h.

◆ offsetY

int Frame::offsetY

Definition at line 39 of file animation.h.


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