|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionEase.h>
Instance Methods | |
| (void) | - update: |
| Instance Methods inherited from CCEaseRateAction | |
| (id) | - initWithAction:rate: |
| Instance Methods inherited from CCActionEase | |
| (id) | - initWithAction: |
| Instance Methods inherited from CCActionInterval | |
| (id) | - initWithDuration: |
| (BOOL) | - isDone |
| (CCActionInterval *) | - reverse |
Additional Inherited Members | |
| Class Methods inherited from CCEaseRateAction | |
| (id) | + actionWithAction:rate: |
| Protected Attributes inherited from CCActionEase | |
| CCActionInterval * | other |
| Properties inherited from CCEaseRateAction | |
| float | rate |
CCEaseInOut action with a rate
| - (void) update: | (ccTime) | time |
called once per frame. time a value between 0 and 1 For example:
Implements CCAction.