C# Class BlackScreen, dreams

Black screen.
Inheritance: MonoBehaviour
Show file Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Public Properties

Property Type Description
fadeInSpeed float
fadeOutSpeed float
flashRequested bool
toBlack bool

Public Methods

Method Description
Awake ( ) : void
FadeToBlack ( ) : void
FadeToClear ( ) : void
RequestFlash ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FadeToBlack() public method

public FadeToBlack ( ) : void
return void

FadeToClear() public method

public FadeToClear ( ) : void
return void

RequestFlash() public method

public RequestFlash ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fadeInSpeed public property

public float fadeInSpeed
return float

fadeOutSpeed public property

public float fadeOutSpeed
return float

flashRequested public property

public bool flashRequested
return bool

toBlack public property

public bool toBlack
return bool