cocos2d-x  2.2.3-gd2.113-rev1ec524e
Loading...
Searching...
No Matches
CCTransitionEaseScene Class Referenceabstract

CCTransitionEaseScene can ease the actions of the scene protocol. More...

#include <CCTransition.h>

Inheritance diagram for CCTransitionEaseScene:
[legend]

Public Member Functions

virtual CCActionIntervaleaseActionWithAction (CCActionInterval *action)=0
 returns the Ease action that will be performed on a linear action. More...
 

Detailed Description

CCTransitionEaseScene can ease the actions of the scene protocol.

Since
v0.8.2

Member Function Documentation

◆ easeActionWithAction()

virtual CCActionInterval * easeActionWithAction ( CCActionInterval action)
pure virtual

returns the Ease action that will be performed on a linear action.

Since
v0.8.2

Implemented in CCTransitionMoveInL, CCTransitionSlideInL, CCTransitionShrinkGrow, CCTransitionTurnOffTiles, CCTransitionSplitCols, and CCTransitionFadeTR.


The documentation for this class was generated from the following file: