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


Public Member Functions | |
| (id) | - initWithAction:period: |
Static Public Member Functions | |
| (id) | + actionWithAction:period: |
Properties | |
| float | period |
| + (id) actionWithAction: | (CCActionInterval *) | action | |
| period: | (float) | period | |
Creates the action with the inner action and the period in radians (default is 0.3)
| - (id) initWithAction: | (CCActionInterval *) | action | |
| period: | (float) | period | |
Initializes the action with the inner action and the period in radians (default is 0.3)
- (float) period [read, write, assign] |
period of the wave in radians. default is 0.3
Definition at line 98 of file CCActionEase.h.