|
static void | FadeOut () |
|
static void | FadeIn () |
|
static void | Fade (Action callback, float duration=.5f) |
|
|
void | Awake () |
|
IEnumerator | FadeImage (float startAlpha, float targetAlpha) |
|
◆ Awake()
void TransitionManager.Awake |
( |
| ) |
|
|
private |
◆ Fade()
static void TransitionManager.Fade |
( |
Action | callback, |
|
|
float | duration = ::5f ) |
|
static |
◆ FadeImage()
IEnumerator TransitionManager.FadeImage |
( |
float | startAlpha, |
|
|
float | targetAlpha ) |
|
private |
◆ FadeIn()
static void TransitionManager.FadeIn |
( |
| ) |
|
|
static |
◆ FadeOut()
static void TransitionManager.FadeOut |
( |
| ) |
|
|
static |
◆ fadeDuration
float TransitionManager.fadeDuration = 1.0f |
◆ image
Image TransitionManager.image |
◆ Instance
The documentation for this class was generated from the following file: