C# Class ScreenSelectables, DarkDreams

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

Public Properties

Property Type Description
selectables Selectable[]

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
SetAllActive ( bool arg ) : void
SetAllInteractable ( bool arg ) : void

Private Methods

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

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

SetAllActive() public method

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

SetAllInteractable() public method

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

Property Details

selectables public_oe property

public Selectable[] selectables
return Selectable[]