cocos2d-x  2.2.6
Classes | Enumerations
Transition

Classes

  CCTransitionEaseScene can ease the actions of the scene protocol. More...
 
  Base class for CCTransition scenes. More...
 
  A CCTransition that supports orientation like. More...
 
  CCTransitionRotoZoom: Rotate and zoom out the outgoing scene, and then rotate and zoom in the incoming. More...
 
  CCTransitionJumpZoom: Zoom out and jump the outgoing scene, and then jump and zoom in the incoming. More...
 
  CCTransitionMoveInL: Move in from to the left the incoming scene. More...
 
  CCTransitionMoveInR: Move in from to the right the incoming scene. More...
 
  CCTransitionMoveInT: Move in from to the top the incoming scene. More...
 
  CCTransitionMoveInB: Move in from to the bottom the incoming scene. More...
 
  CCTransitionSlideInL: Slide in the incoming scene from the left border. More...
 
  CCTransitionSlideInR: Slide in the incoming scene from the right border. More...
 
  CCTransitionSlideInB: Slide in the incoming scene from the bottom border. More...
 
  CCTransitionSlideInT: Slide in the incoming scene from the top border. More...
 
  Shrink the outgoing scene while grow the incoming scene. More...
 
  CCTransitionFlipX: Flips the screen horizontally. More...
 
  CCTransitionFlipY: Flips the screen vertically. More...
 
  CCTransitionFlipAngular: Flips the screen half horizontally and half vertically. More...
 
  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...
 
  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...
 
  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...
 
  CCTransitionCrossFade: Cross fades two scenes using the CCRenderTexture object. More...
 
  CCTransitionTurnOffTiles: Turn off the tiles of the outgoing scene in random order. More...
 
  CCTransitionSplitCols: The odd columns goes upwards while the even columns goes downwards. More...
 
  CCTransitionSplitRows: The odd rows goes to the left while the even rows goes to the right. More...
 
  CCTransitionFadeTR: Fade the tiles of the outgoing scene from the left-bottom corner the to top-right corner. More...
 
  CCTransitionFadeBL: Fade the tiles of the outgoing scene from the top-right corner to the bottom-left corner. More...
 
  CCTransitionFadeUp: Fade the tiles of the outgoing scene from the bottom to the top. More...
 
  CCTransitionFadeDown: Fade the tiles of the outgoing scene from the top to the bottom. More...
 
  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...
 
 
  CCTransitionRadialCCW transition. More...
 
  CCTransitionRadialCW transition. More...
 
 
 
 
 

Enumerations

  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.

var 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.

local 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.

AltStyle によって変換されたページ (->オリジナル) /