Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SpriteData Struct Reference

#include <Sprite.hxx>

+ Collaboration diagram for SpriteData:

Public Attributes

SDL_Texture * texture = nullptr
 
SDL_Rect clipRect {0, 0, 0, 0}
 
SDL_Rect destRect {0, 0, 0, 0}
 
unsigned char alpha = 255
 

Detailed Description

Definition at line 10 of file Sprite.hxx.

Member Data Documentation

◆ alpha

unsigned char SpriteData::alpha = 255

Definition at line 15 of file Sprite.hxx.

◆ clipRect

SDL_Rect SpriteData::clipRect {0, 0, 0, 0}

Definition at line 13 of file Sprite.hxx.

◆ destRect

SDL_Rect SpriteData::destRect {0, 0, 0, 0}

Definition at line 14 of file Sprite.hxx.

◆ texture

SDL_Texture* SpriteData::texture = nullptr

Definition at line 12 of file Sprite.hxx.


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