Cocos2d-x  v3.12
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups
TransitionEaseScene Class Referenceabstract

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

Inherited by TransitionFadeTR, TransitionMoveInL, TransitionShrinkGrow, TransitionSlideInL, TransitionSplitCols, and TransitionTurnOffTiles.

Public Member Functions

virtual ~TransitionEaseScene ()
 Constructor.
 
local ~TransitionEaseScene ()
 Constructor.
 
virtual ActionIntervaleaseActionWithAction (ActionInterval *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...
 

Detailed Description

TransitionEaseScene can ease the actions of the scene protocol.

Member Function Documentation

virtual ActionInterval*
easeActionWithAction
( ActionInterval action)
pure virtual

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

A given interval action. The Ease action that will be performed on a linear action.

Implemented in TransitionFadeTR, TransitionSplitCols, TransitionTurnOffTiles, TransitionShrinkGrow, TransitionSlideInL, and TransitionMoveInL.

local easeActionWithAction ( local  action)
pure virtual

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

A given interval action. The Ease action that will be performed on a linear action.

Implemented in TransitionFadeTR, TransitionSplitCols, TransitionTurnOffTiles, TransitionShrinkGrow, TransitionSlideInL, and TransitionMoveInL.


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