C# Class ScreenSelectables, DarkDreams

Inheritance: MenuScreen
Afficher le fichier Open project: technicalvgda/DarkDreams

Méthodes publiques

Свойство Type Description
selectables Selectable[]

Méthodes publiques

Méthode Description
Activate ( ) : void
Deactivate ( ) : void
SetAllActive ( bool arg ) : void
SetAllInteractable ( bool arg ) : void

Private Methods

Méthode Description
_EnterFlash ( ) : 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

SetAllActive() public méthode

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

SetAllInteractable() public méthode

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

Property Details

selectables public_oe property

public Selectable[] selectables
Résultat Selectable[]