cocos2d-x  2.1.1
Transition

Classes

class  CCTransitionEaseScene
 CCTransitionEaseScene can ease the actions of the scene protocol. More...
 
class  CCTransitionScene
 Base class for CCTransition scenes. More...
 
class  CCTransitionSceneOriented
 A CCTransition that supports orientation like. More...
 
class  CCTransitionRotoZoom
 
CCTransitionRotoZoom:

Rotate and zoom out the outgoing scene, and then rotate and zoom in the incoming More...

 
class  CCTransitionJumpZoom
 
CCTransitionJumpZoom:

Zoom out and jump the outgoing scene, and then jump and zoom in the incoming More...

 
class  CCTransitionMoveInL
 
CCTransitionMoveInL:

Move in from to the left the incoming scene. More...

 
class  CCTransitionMoveInR
 
CCTransitionMoveInR:

Move in from to the right the incoming scene. More...

 
class  CCTransitionMoveInT
 
CCTransitionMoveInT:

Move in from to the top the incoming scene. More...

 
class  CCTransitionMoveInB
 
CCTransitionMoveInB:

Move in from to the bottom the incoming scene. More...

 
class  CCTransitionSlideInL
 
CCTransitionSlideInL:

Slide in the incoming scene from the left border. More...

 
class  CCTransitionSlideInR
 
CCTransitionSlideInR:

Slide in the incoming scene from the right border. More...

 
class  CCTransitionSlideInB
 
CCTransitionSlideInB:

Slide in the incoming scene from the bottom border. More...

 
class  CCTransitionSlideInT
 
CCTransitionSlideInT:

Slide in the incoming scene from the top border. More...

 
class  CCTransitionShrinkGrow
 Shrink the outgoing scene while grow the incoming scene. More...
 
class  CCTransitionFlipX
 
CCTransitionFlipX:

Flips the screen horizontally. More...

 
class  CCTransitionFlipY
 
CCTransitionFlipY:

Flips the screen vertically. More...

 
class  CCTransitionFlipAngular
 
CCTransitionFlipAngular:

Flips the screen half horizontally and half vertically. More...

 
class  CCTransitionZoomFlipX
 
CCTransitionZoomFlipX:

Flips the screen horizontally doing a zoom out/in The front face is the outgoing scene and the back face is the incoming scene. More...

 
class  CCTransitionZoomFlipY
 
CCTransitionZoomFlipY:

Flips the screen vertically doing a little zooming out/in The front face is the outgoing scene and the back face is the incoming scene. More...

 
class  CCTransitionZoomFlipAngular
 
CCTransitionZoomFlipAngular:

Flips the screen half horizontally and half vertically doing a little zooming out/in. More...

 
class  CCTransitionFade
 
CCTransitionFade:

Fade out the outgoing scene and then fade in the incoming scene. More...

 
class  CCTransitionCrossFade
 CCTransitionCrossFade: Cross fades two scenes using the CCRenderTexture object. More...
 
class  CCTransitionTurnOffTiles
 
CCTransitionTurnOffTiles:

Turn off the tiles of the outgoing scene in random order More...

 
class  CCTransitionSplitCols
 
CCTransitionSplitCols:

The odd columns goes upwards while the even columns goes downwards. More...

 
class  CCTransitionSplitRows
 
CCTransitionSplitRows:

The odd rows goes to the left while the even rows goes to the right. More...

 
class  CCTransitionFadeTR
 
CCTransitionFadeTR:

Fade the tiles of the outgoing scene from the left-bottom corner the to top-right corner. More...

 
class  CCTransitionFadeBL
 
CCTransitionFadeBL:

Fade the tiles of the outgoing scene from the top-right corner to the bottom-left corner. More...

 
class  CCTransitionFadeUp
 CCTransitionFadeUp: Fade the tiles of the outgoing scene from the bottom to the top. More...
 
class  CCTransitionFadeDown
 CCTransitionFadeDown: Fade the tiles of the outgoing scene from the top to the bottom. More...
 
class  CCTransitionPageTurn
 A transition which peels back the bottom right hand corner of a scene to transition to the scene beneath it simulating a page turn. More...
 
class  CCTransitionProgress
 
class  CCTransitionProgressRadialCCW
 CCTransitionRadialCCW transition. More...
 
class  CCTransitionProgressRadialCW
 CCTransitionRadialCW transition. More...
 
class  CCTransitionProgressHorizontal
 CCTransitionProgressHorizontal transition. More...
 
class  CCTransitionProgressVertical
 
class  CCTransitionProgressInOut
 
class  CCTransitionProgressOutIn
 

Enumerations

enum  tOrientation { kCCTransitionOrientationLeftOver = 0, kCCTransitionOrientationRightOver = 1, kCCTransitionOrientationUpOver = 0, kCCTransitionOrientationDownOver = 1 }
 Orientation Type used by some transitions. More...
 

Detailed Description

Enumeration Type Documentation

enum tOrientation

Orientation Type used by some transitions.

Enumerator:
kCCTransitionOrientationLeftOver 

An horizontal orientation where the Left is nearer.

kCCTransitionOrientationRightOver 

An horizontal orientation where the Right is nearer.

kCCTransitionOrientationUpOver 

A vertical orientation where the Up is nearer.

kCCTransitionOrientationDownOver 

A vertical orientation where the Bottom is nearer.