public static StartAlphaFade ( Color newScreenOverlayColor, bool isFadeIn, float fadeDuration ) : void | ||
newScreenOverlayColor | Color | /// Target screen overlay Color. /// |
isFadeIn | bool | /// Whether to fade in or out. /// |
fadeDuration | float | /// Fade duration. /// |
return | void |