⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.
|
Axmol Engine 3.0.0-dff292a
|
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.