StarEngine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
star::SpriteInfo Struct Reference

#include <SpriteBatch.h>

Collaboration diagram for star::SpriteInfo:
Collaboration graph

Public Attributes

std::vector< GLfloat > vertices
 
std::vector< GLfloat > uvCoords
 
tstring filePath
 
tstring spriteName
 
int32 width
 
int32 height
 
mat4x4 transform
 
bool bIsHUD
 

Member Data Documentation

bool star::SpriteInfo::bIsHUD
tstring star::SpriteInfo::filePath
int32 star::SpriteInfo::height
tstring star::SpriteInfo::spriteName
mat4x4 star::SpriteInfo::transform
std::vector<GLfloat> star::SpriteInfo::uvCoords
std::vector<GLfloat> star::SpriteInfo::vertices
int32 star::SpriteInfo::width

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