C# Class RestartUI, TapBand

Inheritance: MonoBehaviour
Show file Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
restartPanel GameObject

Public Methods

Method Description
OnGUI ( ) : void
RestartLevel ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

RestartLevel() public method

public RestartLevel ( ) : void
return void

Property Details

restartPanel public property

public GameObject restartPanel
return GameObject