C# Class Fader

Inheritance: MonoBehaviour
Afficher le fichier Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Méthodes publiques

Méthode Description
FadeIn ( float time = 2f ) : void
FadeOut ( float time = 2f ) : void

Private Methods

Méthode Description
Awake ( ) : void
Disable ( ) : void
Enable ( ) : void

Method Details

FadeIn() public static méthode

public static FadeIn ( float time = 2f ) : void
time float
Résultat void

FadeOut() public static méthode

public static FadeOut ( float time = 2f ) : void
time float
Résultat void