C# Class PauseManager, TiminesSweeper-3D-

Inheritance: MonoBehaviour
ファイルを表示 Open project: tim-hub/TiminesSweeper-3D- Class Usage Examples

Public Properties

Property Type Description
optionsTint GameObject
pausePanel GameObject

Public Methods

Method Description
HidePausePanel ( ) : void
ShowPausePanel ( ) : void

Method Details

HidePausePanel() public method

public HidePausePanel ( ) : void
return void

ShowPausePanel() public method

public ShowPausePanel ( ) : void
return void

Property Details

optionsTint public_oe property

public GameObject optionsTint
return GameObject

pausePanel public_oe property

public GameObject pausePanel
return GameObject