|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCActionEase.h>


Public Member Functions | |
| (id) | - initWithAction:rate: |
Static Public Member Functions | |
| (id) | + actionWithAction:rate: |
Properties | |
| float | rate |
Base class for Easing actions with rate parameters
Definition at line 44 of file CCActionEase.h.
| + (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
- (float) rate [read, write, assign] |
rate value for the actions
Definition at line 47 of file CCActionEase.h.