|
Kanda Graphics 0.6.0
|
Implementers of this interface can perform fading logic and apply it to a given visual. More...
Inheritance diagram for IFadeController:Public Member Functions | |
| 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. | |
Implementers of this interface can perform fading logic and apply it to a given visual.
| void Initialize | ( | FadeDirection | initialDirection, |
| bool | startFading ) |
Initializes the fade for a given direction.
Implemented in FadeController.
| bool IsFadeComplete | ( | ) |
True if the fade is complete.
Implemented in FadeController.
| void StartFade | ( | FadeDirection | direction | ) |
Starts a fade in a given direction.
Implemented in FadeController.
| void Update | ( | float | deltaTime | ) |
Call this every frame to update the fade.
Implemented in FadeController.