![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionEase.h>
Public Member Functions | |
(id) | - initWithAction:period: |
Static Public Member Functions | |
(id) | + actionWithAction:period: |
Protected Attributes | |
float | _period |
Properties | |
float | period |
Ease Elastic abstract class
+ (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