![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCAction.h>
Public Member Functions | |
(id) | - initWithAction: |
Static Public Member Functions | |
(id) | + actionWithAction: |
Protected Attributes | |
CCActionInterval * | _innerAction |
Properties | |
CCActionInterval * | innerAction |
Repeats an action for ever. To repeat the an action for a limited number of times use the Repeat action.
+ (id) actionWithAction: | (CCActionInterval *) | action |
creates the action
- (id) initWithAction: | (CCActionInterval *) | action |
initializes the action
- (CCActionInterval*) innerAction [read, write, retain] |
Inner action