#include <CCDatas.h>
Public Member Functions | |
CC_CREATE_NO_PARAM(TextureData) public | ~TextureData (void) |
virtual bool | init () |
void | addContourData (ContourData *contourData) |
ContourData * | getContourData (int index) |
![]() | |
void | retain () |
Retains the ownership. More... | |
void | release () |
Releases the ownership immediately. More... | |
Ref * | autorelease () |
Releases the ownership sometime soon automatically. More... | |
unsigned int | getReferenceCount () const |
Returns the Ref's current reference count. More... | |
virtual | ~Ref () |
Public Attributes | |
float | height |
float | width |
The texture's width, height. More... | |
float | pivotX |
float | pivotY |
The texture's anchor point. More... | |
std::string | name |
cocos2d::Vector< ContourData * > | contourDataList |
The texture's name. More... | |
Additional Inherited Members | |
![]() | |
Ref () | |
Constructor. More... | |
Ref () | |
Constructor. More... | |
![]() | |
unsigned int | _referenceCount |
count of references More... | |
local | _referenceCount |
count of references More... | |
CC_CREATE_NO_PARAM (TextureData) public ~TextureData |
( | void | ) |
void addContourData | ( | ContourData * | contourData | ) |
ContourData* getContourData | ( | int | index | ) |
|
virtual |
cocos2d::Vector<ContourData*> contourDataList |
The texture's name.
float height |
std::string name |
float pivotX |
float pivotY |
The texture's anchor point.
float width |
The texture's width, height.