|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionInterval.h>
Instance Methods | |
| (void) | - update: |
| Instance Methods inherited from CCActionInterval | |
| (id) | - initWithDuration: |
| (BOOL) | - isDone |
| (CCActionInterval *) | - reverse |
Additional Inherited Members | |
| Class Methods inherited from CCActionInterval | |
| (id) | + actionWithDuration: |
| Protected Attributes inherited from CCActionInterval | |
| ccTime | elapsed_ |
| BOOL | firstTick_ |
| Properties inherited from CCActionInterval | |
| ccTime | elapsed |
Fades Out an object that implements the CCRGBAProtocol protocol. It modifies the opacity from 255 to 0. The "reverse" of this action is FadeIn
| - (void) update: | (ccTime) | time |
called once per frame. time a value between 0 and 1 For example:
Implements CCAction.