C# Class BackKeyListener, Void-Runner

Inheritance: MonoBehaviour
Mostra file Open project: NoScopeProductions/Void-Runner

Public Properties

Property Type Description
QuitPanel dfPanel,
QuitPanelShowing bool
panelsToDisable List

Public Methods

Method Description
HideQuitPanel ( ) : void
ShowQuitPanel ( ) : void
Update ( ) : void

Method Details

HideQuitPanel() public method

public HideQuitPanel ( ) : void
return void

ShowQuitPanel() public method

public ShowQuitPanel ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

QuitPanel public_oe property

public dfPanel, QuitPanel
return dfPanel,

QuitPanelShowing public_oe property

public bool QuitPanelShowing
return bool

panelsToDisable public_oe property

public List panelsToDisable
return List