Axmol Engine 2.4.0-258ceca
|
TransitionEaseScene can ease the actions of the scene protocol. More...
#include <Transition.h>
Inherited by TransitionFadeTR, TransitionMoveInL, TransitionShrinkGrow, TransitionSlideInL, TransitionSplitCols, and TransitionTurnOffTiles.
Public Member Functions | |
virtual | ~TransitionEaseScene () |
Constructor. | |
virtual ActionInterval * | easeActionWithAction (ActionInterval *action)=0 |
Returns the Ease action that will be performed on a linear action. | |
TransitionEaseScene can ease the actions of the scene protocol.
|
pure virtual |
Returns the Ease action that will be performed on a linear action.
action | A given interval action. |
Implemented in TransitionFadeTR, TransitionMoveInL, TransitionShrinkGrow, TransitionSlideInL, TransitionSplitCols, and TransitionTurnOffTiles.