Tanoda
|
Public Member Functions | |
void | FadeOutNow () |
void | FadeInNow () |
void | WhiteAwayNow () |
Public Attributes | |
bool | stillWhite = true |
bool | allBlack = false |
Static Public Attributes | |
static FadeOut | instance |
Definition at line 7 of file FadeOut.cs.
void FadeOut.FadeInNow | ( | ) |
Definition at line 29 of file FadeOut.cs.
void FadeOut.FadeOutNow | ( | ) |
Definition at line 24 of file FadeOut.cs.
void FadeOut.WhiteAwayNow | ( | ) |
Definition at line 35 of file FadeOut.cs.
bool FadeOut.allBlack = false |
Definition at line 11 of file FadeOut.cs.
|
static |
Definition at line 9 of file FadeOut.cs.
bool FadeOut.stillWhite = true |
Definition at line 10 of file FadeOut.cs.