C# 클래스 SceneTransitionWithFading, VJ01

상속: MonoBehaviour
파일 보기 프로젝트 열기: keijiro/VJ01

공개 프로퍼티들

프로퍼티 타입 설명
duration float
fadeInColor Color
fadeOutColor Color
nextLevel string

공개 메소드들

메소드 설명
Awake ( ) : void
BeginFadeOut ( string level ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

BeginFadeOut() 공개 메소드

public BeginFadeOut ( string level ) : void
level string
리턴 void

OnRenderImage() 공개 메소드

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

duration 공개적으로 프로퍼티

public float duration
리턴 float

fadeInColor 공개적으로 프로퍼티

public Color fadeInColor
리턴 Color

fadeOutColor 공개적으로 프로퍼티

public Color fadeOutColor
리턴 Color

nextLevel 공개적으로 프로퍼티

public string nextLevel
리턴 string