xoreos  0.0.5
Public Attributes | List of all members
Aurora::GFXCharacter::Sprite Struct Reference

A sprite character, which is basically a container with control statements and other characters. More...

#include <gfxfile.h>

Collaboration diagram for Aurora::GFXCharacter::Sprite:
Collaboration graph
[legend]

Public Attributes

uint16 frameCount
 
std::vector< GFXControlcontrols
 

Detailed Description

A sprite character, which is basically a container with control statements and other characters.

Definition at line 167 of file gfxfile.h.

Member Data Documentation

◆ controls

std::vector<GFXControl> Aurora::GFXCharacter::Sprite::controls

Definition at line 169 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineSprite().

◆ frameCount

uint16 Aurora::GFXCharacter::Sprite::frameCount

Definition at line 168 of file gfxfile.h.

Referenced by Aurora::GFXFile::readDefineSprite().


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