Method | 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 |
Method | 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 |
public FadeTime ( float transitionTime ) : void | ||
transitionTime | float | The time to end the transition after. |
return | void |