#include <CCDatas.h>
Public Member Functions | |
CC_CREATE_NO_PARAM(MovementBoneData) public | ~MovementBoneData (void) |
virtual bool | init () |
void | addFrameData (FrameData *frameData) |
FrameData * | getFrameData (int index) |
Public Member Functions inherited from Ref | |
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... | |
local | getReferenceCount () |
Returns the Ref's current reference count. More... | |
virtual | ~Ref () |
Public Attributes | |
float | delay |
float | scale |
movement delay percent, this value can produce a delay effect More... | |
float | duration |
scale this movement More... | |
std::string | name |
this Bone in this movement will last m_iDuration frames More... | |
cocos2d::Vector< FrameData * > | frameList |
bone name More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
Ref () | |
Constructor. More... | |
Ref () | |
Constructor. More... | |
Protected Attributes inherited from Ref | |
unsigned int | _referenceCount |
count of references More... | |
local | _referenceCount |
count of references More... | |
CC_CREATE_NO_PARAM (MovementBoneData) public ~MovementBoneData |
( | void | ) |
void addFrameData | ( | FrameData * | frameData | ) |
FrameData* getFrameData | ( | int | index | ) |
|
virtual |
float delay |
float duration |
scale this movement
cocos2d::Vector<FrameData*> frameList |
bone name
std::string name |
this Bone in this movement will last m_iDuration frames
float scale |
movement delay percent, this value can produce a delay effect