GAF Library
Generic Animation Format
Main Page
Classes
Files
File List
All
Classes
Functions
Pages
GAFTextureAtlasElement.h
1
#pragma once
2
3
#ifndef __GAF_TEXTURE_ATLAS_ELEMENT__
4
#define __GAF_TEXTURE_ATLAS_ELEMENT__
5
6
class
GAFTextureAtlasElement
7
{
8
public
:
9
std::string name;
10
cocos2d::Vect pivotPoint;
11
cocos2d::Rect bounds;
12
float
scale;
13
unsigned
int
atlasIdx;
14
15
unsigned
int
elementAtlasIdx;
16
17
bool
init();
18
19
GAFTextureAtlasElement
();
20
};
// GAFTextureAtlasElement
21
22
#endif // __GAF_TEXTURE_ATLAS_ELEMENT__
GAFTextureAtlasElement
Definition:
GAFTextureAtlasElement.h:6
Generated on Wed May 28 2014 16:38:50 for GAF Library by
1.8.6