C# Class ScreenBrightness, DarkDreams

Inheritance: MenuScreen
Afficher le fichier Open project: technicalvgda/DarkDreams Class Usage Examples

Méthodes publiques

Свойство Type Description
btnBack Button
slrBright Slider,
trace FxTrace,

Méthodes publiques

Méthode Description
Activate ( ) : void
Deactivate ( ) : void
InitSettings ( ) : void
SaveSettings ( ) : void
SetAllInteractable ( bool arg ) : void
UpdateBrightness ( ) : void

Private Methods

Méthode Description
_EnterFlash ( ) : IEnumerator
_EnterStretch ( ) : IEnumerator
_ExitFlash ( ) : IEnumerator

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

InitSettings() public méthode

public InitSettings ( ) : void
Résultat void

SaveSettings() public méthode

public SaveSettings ( ) : void
Résultat void

SetAllInteractable() public méthode

public SetAllInteractable ( bool arg ) : void
arg bool
Résultat void

UpdateBrightness() public méthode

public UpdateBrightness ( ) : void
Résultat void

Property Details

btnBack public_oe property

public Button btnBack
Résultat Button

slrBright public_oe property

public Slider, slrBright
Résultat Slider,

trace public_oe property

public FxTrace, trace
Résultat FxTrace,