|
| void | FadeOut (UnityAction onFadeOutCompleteCallback=null) |
| | Activates the FadeOut animation You can also provide no argument to have no callback invoked after the fade-out. More...
|
| |
|
void | FadeIn () |
| | Activates the FadeIn animation.
|
| |
|
void | OnFadeComplete () |
| |
|
|
Animator | anim |
| |
|
UnityAction | onFadeOutCompleteCallback = null |
| |
Definition at line 5 of file SceneFader.cs.
◆ FadeOut()
| void FadeOut |
( |
UnityAction |
onFadeOutCompleteCallback = null | ) |
|
|
inline |
Activates the FadeOut animation You can also provide no argument to have no callback invoked after the fade-out.
Definition at line 29 of file SceneFader.cs.
The documentation for this class was generated from the following file:
- C:/Users/Toni/Documents/Programming/Unity/BomberUnits/Assets/Scripts/GameManagement/Level/SceneFader/SceneFader.cs