C# Класс RegisterFadeScreen

Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

FadeEndStartAnim() публичный Метод

Puts an end to the transition and activates the trigger previously specified.
public FadeEndStartAnim ( ) : void
Результат void

FadeTime() публичный Метод

Invokes the end of the transition after the specified time.
public FadeTime ( float transitionTime ) : void
transitionTime float The time to end the transition after.
Результат void

FadeTimeAnim() публичный Метод

Invokes the end of the transition after the specified time when having a trigger to activate.
public FadeTimeAnim ( float speed ) : void
speed float
Результат void

Reverse() публичный Метод

Resets the transition values and reverses the state of fading in/out.
public Reverse ( float speed ) : void
speed float
Результат void

SetAnimation() публичный Метод

public SetAnimation ( string anim ) : void
anim string
Результат void