|
Kanda Graphics 0.6.0
|
Inheritance diagram for FadeController:Public Member Functions | |
| FadeController (IFadeVisual fadeView, float fadeTimeSeconds=0.5f, float maxSecondsFadedOut=10f) | |
| void | Initialize (FadeDirection initialDirection, bool startFading) |
| Initializes the fade for a given direction. | |
| void | Update (float deltaTime) |
| Call this every frame to update the fade. | |
| void | StartFade (FadeDirection direction) |
| Starts a fade in a given direction. | |
| bool | IsFadeComplete () |
| True if the fade is complete. | |
|
inline |
Initializes the fade for a given direction.
Implements IFadeController.
| bool IsFadeComplete | ( | ) |
True if the fade is complete.
Implements IFadeController.
|
inline |
Starts a fade in a given direction.
Implements IFadeController.
|
inline |
Call this every frame to update the fade.
Implements IFadeController.