Base class for in transitions. More...
#include <Game/TransitionEffect.h>
Inherits Transition.
Inherited by AlphaFadeInTransition, and SlantedSlideInTransition.
Public Member Functions | |
TransitionIn () | |
Constructor. | |
TransitionIn (float time) | |
Constructor. | |
virtual TransitionType | GetType () const |
Returns the type of the transition. |
Base class for in transitions.
TransitionIn::TransitionIn | ( | float | time | ) | [inline] |
Constructor.
[in] | time | the transition time. |