GAF Library
Generic Animation Format
 All Classes Functions Pages
GAFTextureAtlasElement.h
1 #pragma once
2 
3 #ifndef __GAF_TEXTURE_ATLAS_ELEMENT__
4 #define __GAF_TEXTURE_ATLAS_ELEMENT__
5 
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 
20 }; // GAFTextureAtlasElement
21 
22 #endif // __GAF_TEXTURE_ATLAS_ELEMENT__
Definition: GAFTextureAtlasElement.h:6