C# Class FadeCam, hexciter

Inheritance: MonoBehaviour
Mostrar archivo Open project: pR0Ps/hexciter

Public Methods

Method Description
FadeIn ( ) : bool
FadeIn ( Action callback ) : bool
FadeOut ( ) : bool
FadeOut ( Action callback ) : bool

Private Methods

Method Description
Awake ( ) : void
IFadeIn ( Action callback ) : IEnumerator
IFadeOut ( Action callback ) : IEnumerator

Method Details

FadeIn() public method

public FadeIn ( ) : bool
return bool

FadeIn() public method

public FadeIn ( Action callback ) : bool
callback Action
return bool

FadeOut() public method

public FadeOut ( ) : bool
return bool

FadeOut() public method

public FadeOut ( Action callback ) : bool
callback Action
return bool