|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionEase.h>
Instance Methods | |
| (id) | - initWithAction: |
| Instance Methods inherited from CCActionInterval | |
| (id) | - initWithDuration: |
| (BOOL) | - isDone |
| (CCActionInterval *) | - reverse |
Class Methods | |
| (id) | + actionWithAction: |
| Class Methods inherited from CCActionInterval | |
| (id) | + actionWithDuration: |
Protected Attributes | |
| CCActionInterval * | other |
| Protected Attributes inherited from CCActionInterval | |
| ccTime | elapsed_ |
| BOOL | firstTick_ |
| Protected Attributes inherited from CCFiniteTimeAction | |
| ccTime | duration_ |
| duration in seconds | |
| Protected Attributes inherited from CCAction | |
| id | originalTarget_ |
| id | target_ |
| NSInteger | tag_ |
Additional Inherited Members | |
| Properties inherited from CCActionInterval | |
| ccTime | elapsed |
Base class for Easing actions
| + (id) actionWithAction: | (CCActionInterval *) | action |
creates the action
| - (id) initWithAction: | (CCActionInterval *) | action |
initializes the action