|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionEase.h>
Instance Methods | |
| (id) | - initWithAction:rate: |
| Instance Methods inherited from CCActionEase | |
| (id) | - initWithAction: |
| Instance Methods inherited from CCActionInterval | |
| (id) | - initWithDuration: |
| (BOOL) | - isDone |
| (CCActionInterval *) | - reverse |
Class Methods | |
| (id) | + actionWithAction:rate: |
| Class Methods inherited from CCActionEase | |
| (id) | + actionWithAction: |
| Class Methods inherited from CCActionInterval | |
| (id) | + actionWithDuration: |
Properties | |
| float | rate |
Additional Inherited Members | |
| Protected Attributes inherited from CCActionEase | |
| CCActionInterval * | other |
Base class for Easing actions with rate parameters
| + (id) actionWithAction: | (CCActionInterval *) | action | |
| rate: | (float) | rate | |
Creates the action with the inner action and the rate parameter
| - (id) initWithAction: | (CCActionInterval *) | action | |
| rate: | (float) | rate | |
Initializes the action with the inner action and the rate parameter
|
readwritenonatomicassign |
rate value for the actions