A slanted slide out transition. More...
#include <Game/TransitionEffect.h>
Inherits TransitionOut.
Public Member Functions | |
SlantedSlideOutTransition () | |
Constructor. | |
SlantedSlideOutTransition (float time) | |
Constructor. | |
Protected Member Functions | |
virtual void | OnDraw (float t, const Rectf &r) |
Internal draw method. |
A slanted slide out transition.
SlantedSlideOutTransition::SlantedSlideOutTransition | ( | float | time | ) | [inline] |
Constructor.
[in] | time | the transition time. |
void SlantedSlideOutTransition::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.