|
cocos2d-x
3.3
|
#include <CCBKeyframe.h>
Public Types | |
| enum | EasingType { INSTANT, LINEAR, CUBIC_IN, CUBIC_OUT, CUBIC_INOUT, ELASTIC_IN, ELASTIC_OUT, ELASTIC_INOUT, BOUNCE_IN, BOUNCE_OUT, BOUNCE_INOUT, BACK_IN, BACK_OUT, BACK_INOUT } |
Public Member Functions | |
| CCBKeyframe () | |
| ctor More... | |
| ~CCBKeyframe () | |
| NA NA More... | |
| const cocos2d::Value & | getValue () const |
| void | setValue (const cocos2d::Value &value) |
| cocos2d::Ref * | getObject () const |
| void | setObject (cocos2d::Ref *obj) |
| float | getTime () |
| void | setTime (float fTime) |
| EasingType | getEasingType () |
| void | setEasingType (EasingType easingType) |
| float | getEasingOpt () |
| void | setEasingOpt (float fEasingOpt) |
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... | |
| virtual | ~Ref () |
| NA NA More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
| Ref () | |
| Constructor. More... | |
Protected Attributes inherited from Ref | |
| unsigned int | _referenceCount |
| count of references More... | |
|
strong |
| CCBKeyframe | ( | ) |
ctor
| ~CCBKeyframe | ( | ) |
NA NA
| float getEasingOpt | ( | ) |
| EasingType getEasingType | ( | ) |
| cocos2d::Ref* getObject | ( | ) | const |
| float getTime | ( | ) |
| const cocos2d::Value& getValue | ( | ) | const |
| void setEasingOpt | ( | float | fEasingOpt | ) |
| void setEasingType | ( | EasingType | easingType | ) |
| void setObject | ( | cocos2d::Ref * | obj | ) |
| void setTime | ( | float | fTime | ) |
| void setValue | ( | const cocos2d::Value & | value | ) |