A slanted slide in transition. More...
#include <Game/TransitionEffect.h>
Inherits TransitionIn.
Public Member Functions | |
SlantedSlideInTransition () | |
Constructor. | |
SlantedSlideInTransition (float time) | |
Constructor. | |
Protected Member Functions | |
virtual void | OnDraw (float t, const Rectf &r) |
Internal draw method. |
A slanted slide in transition.
SlantedSlideInTransition::SlantedSlideInTransition | ( | float | time | ) | [inline] |
Constructor.
[in] | time | the transition time. |
void SlantedSlideInTransition::OnDraw | ( | float | t, | |
const Rectf & | r | |||
) | [protected, virtual] |
Internal draw method.
[in] | t | the completion percentage in the range [0,1]. |
[in] | r | the area to cover. |
Implements Transition.