cc_sprite Struct Reference

CrabClaw managed sprites. More...

#include <sprite.h>

Collaboration diagram for cc_sprite:

Collaboration graph
[legend]

Data Fields

int anim_count
cc_sprite_anim_tanimation
int current_anim
float du
float dv
float h
int is_subsprite
struct cc_sprite ** subsprite
int subsprite_count
int texture
int texture_count
cc_texture_t ** textures
float u
float v
float w
float x
float y
float z

Detailed Description

CrabClaw managed sprites.

This structure contains the data needed to implement a common sprite type along with supporting various enhancements such as animations. All fields of this structure should be considered to be read-only from outside CrabClaw.

Since:
1.0.0

Field Documentation

float cc_sprite::h

float cc_sprite::u

float cc_sprite::v

float cc_sprite::w

float cc_sprite::x

float cc_sprite::y

float cc_sprite::z


The documentation for this struct was generated from the following file:
SourceForge.net Logo