C# Class WhiteFlash, dreams

Inheritance: MonoBehaviour
Mostra file Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Public Properties

Property Type Description
fadeInSpeed float
fadeOutSpeed float
flashRequested bool
toWhite bool

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

FadeToClear() public method

public FadeToClear ( ) : void
return void

FadeToWhite() public method

public FadeToWhite ( ) : void
return void

RequestFlash() public method

public RequestFlash ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fadeInSpeed public_oe property

public float fadeInSpeed
return float

fadeOutSpeed public_oe property

public float fadeOutSpeed
return float

flashRequested public_oe property

public bool flashRequested
return bool

toWhite public_oe property

public bool toWhite
return bool