CCTransitionFade Class Reference
| Inherits from | CCTransitionScene : CCScene : CCNode : NSObject |
| Declared in | CCTransition.h |
Tasks
-
+ transitionWithDuration:scene:withColor:creates the transition with a duration and with an RGB color Example: [FadeTransition transitionWithDuration:2 scene:s withColor:ccc3(255,0,0)]; // red color
-
– initWithDuration:scene:withColor:initializes the transition with a duration and with an RGB color
Class Methods
transitionWithDuration:scene:withColor:
creates the transition with a duration and with an RGB color Example: [FadeTransition transitionWithDuration:2 scene:s withColor:ccc3(255,0,0)]; // red color
+ (id)transitionWithDuration:(ccTime)duration scene:(CCScene *)scene withColor:(ccColor3B)colorDeclared In
CCTransition.h