C# Class MainMenuLogic, 1GAM03

Inheritance: MonoBehaviour
Show file Open project: OneGameAMonth/1GAM03 Class Usage Examples

Public Properties

Property Type Description
GUIFont Font
totalInScores int

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
showBestRecords ( ) : void
showInputPlayerName ( ) : void
startGame ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

GUIFont public property

public Font GUIFont
return Font

totalInScores public property

public int totalInScores
return int