Horje
quit button unity Code Example
quit button unity
 void quitGame() {
     Application.Quit();
 }
how to make a quit button in unity
 //need to build to work
    public void quitGame() 
    {
        Application.Quit();
    }
exit button unity code
 void doExitGame() {
     Application.Quit();
 }




Csharp

Related
format float to time c# Code Example format float to time c# Code Example
how to set a vector 3 variable in csharp Code Example how to set a vector 3 variable in csharp Code Example
c# bytes to string Code Example c# bytes to string Code Example
wpf label text in center Code Example wpf label text in center Code Example
unity how to change rotation Code Example unity how to change rotation Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9