C# Class Interactive.Detail.EndGameScreenController

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: juliancruz87/madbricks

Public Methods

Method Description
LoadAreaSelection ( ) : void
LoadLevelSelection ( ) : void
LoadNextLevel ( ) : void
RestartGame ( ) : void

Private Methods

Method Description
OnButtonClicked ( ) : void

Method Details

LoadAreaSelection() public method

public LoadAreaSelection ( ) : void
return void

LoadLevelSelection() public method

public LoadLevelSelection ( ) : void
return void

LoadNextLevel() public method

public LoadNextLevel ( ) : void
return void

RestartGame() public method

public RestartGame ( ) : void
return void