C# Class SceneTransitionWithFading, VJ01

Inheritance: MonoBehaviour
Mostrar archivo Open project: keijiro/VJ01

Public Properties

Property Type Description
duration float
fadeInColor Color
fadeOutColor Color
nextLevel string

Public Methods

Method Description
Awake ( ) : void
BeginFadeOut ( string level ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

BeginFadeOut() public method

public BeginFadeOut ( string level ) : void
level string
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
return void

Update() public method

public Update ( ) : void
return void

Property Details

duration public_oe property

public float duration
return float

fadeInColor public_oe property

public Color fadeInColor
return Color

fadeOutColor public_oe property

public Color fadeOutColor
return Color

nextLevel public_oe property

public string nextLevel
return string