|
Kanda Graphics 0.6.0
|
A global service to request camera fades. More...
Inheritance diagram for IFadeService:Public Member Functions | |
| Task | Perform (FadeDirection direction) |
| Performs a fade from the current alpha in the target direction. Task completes when fade is complete. | |
| bool | IsComplete () |
| Returns true if the most recent fade has completed. | |
A global service to request camera fades.
| bool IsComplete | ( | ) |
Returns true if the most recent fade has completed.
Implemented in FadeService.
| Task Perform | ( | FadeDirection | direction | ) |
Performs a fade from the current alpha in the target direction. Task completes when fade is complete.
Implemented in FadeService.