C# 클래스 RegisterFadeScreen

상속: MonoBehaviour
파일 보기 프로젝트 열기: LilTsubaki/Les-fragments-d-Erule

공개 메소드들

메소드 설명
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