C# Class ShowPanels, TiminesSweeper-3D-

Inheritance: MonoBehaviour
Exibir arquivo Open project: tim-hub/TiminesSweeper-3D- Class Usage Examples

Public Properties

Property Type Description
creditsPanel GameObject
menuPanel GameObject
optionsPanel GameObject
optionsTint GameObject
pausePanel GameObject

Public Methods

Method Description
HideCreditsPanel ( ) : void
HideMenu ( ) : void
HideOptionsPanel ( ) : void
HidePausePanel ( ) : void
ShowCreditsPanel ( ) : void
ShowMenu ( ) : void
ShowOptionsPanel ( ) : void
ShowPausePanel ( ) : void

Method Details

HideCreditsPanel() public method

public HideCreditsPanel ( ) : void
return void

HideMenu() public method

public HideMenu ( ) : void
return void

HideOptionsPanel() public method

public HideOptionsPanel ( ) : void
return void

HidePausePanel() public method

public HidePausePanel ( ) : void
return void

ShowCreditsPanel() public method

public ShowCreditsPanel ( ) : void
return void

ShowMenu() public method

public ShowMenu ( ) : void
return void

ShowOptionsPanel() public method

public ShowOptionsPanel ( ) : void
return void

ShowPausePanel() public method

public ShowPausePanel ( ) : void
return void

Property Details

creditsPanel public_oe property

public GameObject creditsPanel
return GameObject

menuPanel public_oe property

public GameObject menuPanel
return GameObject

optionsPanel public_oe property

public GameObject optionsPanel
return GameObject

optionsTint public_oe property

public GameObject optionsTint
return GameObject

pausePanel public_oe property

public GameObject pausePanel
return GameObject