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 ActionInterval * | easeActionWithAction (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... | |
TransitionEaseScene can ease the actions of the scene protocol.
|
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.
|
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.