C# Class ScreenBrightness, DarkDreams

Inheritance: MenuScreen
ファイルを表示 Open project: technicalvgda/DarkDreams Class Usage Examples

Public Properties

Property Type Description
btnBack Button
slrBright Slider,
trace FxTrace,

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
InitSettings ( ) : void
SaveSettings ( ) : void
SetAllInteractable ( bool arg ) : void
UpdateBrightness ( ) : void

Private Methods

Method Description
_EnterFlash ( ) : IEnumerator
_EnterStretch ( ) : IEnumerator
_ExitFlash ( ) : IEnumerator

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

InitSettings() public method

public InitSettings ( ) : void
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void

SetAllInteractable() public method

public SetAllInteractable ( bool arg ) : void
arg bool
return void

UpdateBrightness() public method

public UpdateBrightness ( ) : void
return void

Property Details

btnBack public_oe property

public Button btnBack
return Button

slrBright public_oe property

public Slider, slrBright
return Slider,

trace public_oe property

public FxTrace, trace
return FxTrace,