Base class for scenes transition doing a fade of some kind, requiring offscreen rendering for both scenes. More...
Public Member Functions | |
TransitionFadeBase (Scene next_scene) | |
Constructor. | |
override void | OnEnter () |
This function gets called when the scene is started by the Director. | |
override void | Draw () |
The draw function. | |
Static Public Member Functions | |
static void | Terminate () |
Dispose of static resources. |
Base class for scenes transition doing a fade of some kind, requiring offscreen rendering for both scenes.