⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.

Axmol Engine 3.0.0-dff292a
Loading...
Searching...
No Matches
TransitionEaseScene Class Referenceabstract

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 ActionIntervaleaseActionWithAction (ActionInterval *action)=0
 Returns the Ease action that will be performed on a linear action.

Detailed Description

TransitionEaseScene can ease the actions of the scene protocol.

Since
v0.8.2

Member Function Documentation

◆ easeActionWithAction()

virtual ActionInterval * easeActionWithAction ( ActionInterval * action)
pure virtual

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

Since
v0.8.2
Parameters
actionA given interval action.
Returns
The Ease action that will be performed on a linear action.

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


The documentation for this class was generated from the following file:
  • Transition.h