Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
putragonist_drawing_game
Menu
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