|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionEase.h>
Inheritance diagram for CCEaseRateAction:
Collaboration diagram for CCEaseRateAction:Public Member Functions | |
| (id) | - initWithAction:rate: |
Static Public Member Functions | |
| (id) | + actionWithAction:rate: |
Protected Attributes | |
| float | _rate |
Properties | |
| float | rate |
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
- (float) rate [read, write, assign] |
rate value for the actions