CCTransitionEaseScene can ease the actions of the scene protocol. More...
#include <CCTransition.h>
Public Member Functions | |
virtual CCActionInterval * | easeActionWithAction (CCActionInterval *action)=0 |
returns the Ease action that will be performed on a linear action. More... | |
local | easeActionWithAction ( local action) |
returns the Ease action that will be performed on a linear action. More... | |
CCTransitionEaseScene can ease the actions of the scene protocol.
|
pure virtual |
returns the Ease action that will be performed on a linear action.
Implemented in CCTransitionFadeTR, CCTransitionSplitCols, CCTransitionTurnOffTiles, CCTransitionShrinkGrow, CCTransitionSlideInL, and CCTransitionMoveInL.
|
pure virtual |
returns the Ease action that will be performed on a linear action.
Implemented in CCTransitionFadeTR, CCTransitionSplitCols, CCTransitionTurnOffTiles, CCTransitionShrinkGrow, CCTransitionSlideInL, and CCTransitionMoveInL.
|
pure virtual |
returns the Ease action that will be performed on a linear action.
Implemented in CCTransitionFadeTR, CCTransitionSplitCols, CCTransitionTurnOffTiles, CCTransitionShrinkGrow, CCTransitionSlideInL, and CCTransitionMoveInL.