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