C# Class FadeCam, hexciter

Inheritance: MonoBehaviour
Afficher le fichier Open project: pR0Ps/hexciter

Méthodes publiques

Méthode Description
FadeIn ( ) : bool
FadeIn ( Action callback ) : bool
FadeOut ( ) : bool
FadeOut ( Action callback ) : bool

Private Methods

Méthode Description
Awake ( ) : void
IFadeIn ( Action callback ) : IEnumerator
IFadeOut ( Action callback ) : IEnumerator

Method Details

FadeIn() public méthode

public FadeIn ( ) : bool
Résultat bool

FadeIn() public méthode

public FadeIn ( Action callback ) : bool
callback Action
Résultat bool

FadeOut() public méthode

public FadeOut ( ) : bool
Résultat bool

FadeOut() public méthode

public FadeOut ( Action callback ) : bool
callback Action
Résultat bool