C# Class Fader

Inheritance: MonoBehaviour
ファイルを表示 Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Methods

Method Description
FadeIn ( float time = 2f ) : void
FadeOut ( float time = 2f ) : void

Private Methods

Method Description
Awake ( ) : void
Disable ( ) : void
Enable ( ) : void

Method Details

FadeIn() public static method

public static FadeIn ( float time = 2f ) : void
time float
return void

FadeOut() public static method

public static FadeOut ( float time = 2f ) : void
time float
return void