C# Class ScreenFader, VRDesignLab

Inheritance: MonoBehaviour
Afficher le fichier Open project: VRUX-CO/VRDesignLab Class Usage Examples

Méthodes publiques

Méthode Description
Fade ( Action fadeStart, Action fadeMiddle, Action fadeEnd ) : void

Méthodes protégées

Méthode Description
OnDestroy ( ) : void
Start ( ) : void

Private Methods

Méthode Description
Fade ( ) : IEnumerator
Fade ( float from, float to, float seconds, Action callback ) : IEnumerator
SetAlpha ( float alpha ) : void

Method Details

Fade() public static méthode

public static Fade ( Action fadeStart, Action fadeMiddle, Action fadeEnd ) : void
fadeStart Action
fadeMiddle Action
fadeEnd Action
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void