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


Public Member Functions | |
| (CCFiniteTimeAction *) | - reverse |
Protected Attributes | |
| ccTime | duration_ |
| duration in seconds | |
Properties | |
| ccTime | duration |
| duration in seconds of the action | |
Base class actions that do have a finite time duration. Possible actions:
Definition at line 97 of file CCAction.h.
| - (CCFiniteTimeAction*) reverse |
returns a reversed action
Implemented in CCActionInterval.
duration in seconds
Definition at line 101 of file CCAction.h.
- (ccTime) duration [read, write, assign] |
duration in seconds of the action
Definition at line 104 of file CCAction.h.