C# Class putragonist_drawing_game.Menu

Inheritance: MonoBehaviour
Mostrar archivo Open project: miputra/Drawing_Template_Unity

Public Methods

Method Description
DoLoad ( ) : void

Loading previous save

Exit ( ) : void

Exit the game

GoToMenu ( ) : void

Go Back To Menu

NewGame ( ) : void

Empty drawing scene

Method Details

DoLoad() public method

Loading previous save
public DoLoad ( ) : void
return void

Exit() public method

Exit the game
public Exit ( ) : void
return void

GoToMenu() public method

Go Back To Menu
public GoToMenu ( ) : void
return void

NewGame() public method

Empty drawing scene
public NewGame ( ) : void
return void