#import <CCEaseAction.h>
Inherits CCEaseAction.
Inherited by CCEaseIn, CCEaseInOut, and CCEaseOut.

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 CCEaseAction.h.
| + (id) actionWithAction: | (CCIntervalAction *) | action | ||
| rate: | (float) | rate | ||
Creates the action with the inner action and the rate parameter
| - (id) initWithAction: | (CCIntervalAction *) | 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 CCEaseAction.h.