C# Class RegisterFadeScreen

Inheritance: MonoBehaviour
Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule

Méthodes publiques

Méthode Description
FadeEndStartAnim ( ) : void

Puts an end to the transition and activates the trigger previously specified.

FadeTime ( float transitionTime ) : void

Invokes the end of the transition after the specified time.

FadeTimeAnim ( float speed ) : void

Invokes the end of the transition after the specified time when having a trigger to activate.

Reverse ( float speed ) : void

Resets the transition values and reverses the state of fading in/out.

SetAnimation ( string anim ) : void

Private Methods

Méthode Description
FadeEnd ( ) : void

Puts an end to the transition.

FadeIn ( ) : void

Diminishes the alpha channel of the image according to the transition speed.

FadeOut ( ) : void

Increases the alpha channel of the image according to the transition speed.

Start ( ) : void
Update ( ) : void

Method Details

FadeEndStartAnim() public méthode

Puts an end to the transition and activates the trigger previously specified.
public FadeEndStartAnim ( ) : void
Résultat void

FadeTime() public méthode

Invokes the end of the transition after the specified time.
public FadeTime ( float transitionTime ) : void
transitionTime float The time to end the transition after.
Résultat void

FadeTimeAnim() public méthode

Invokes the end of the transition after the specified time when having a trigger to activate.
public FadeTimeAnim ( float speed ) : void
speed float
Résultat void

Reverse() public méthode

Resets the transition values and reverses the state of fading in/out.
public Reverse ( float speed ) : void
speed float
Résultat void

SetAnimation() public méthode

public SetAnimation ( string anim ) : void
anim string
Résultat void