C# Class MainMenuScript

Inheritance: MonoBehaviour
显示文件 Open project: ucsdCSE110wi16/CSE110M240T15 Class Usage Examples

Public Methods

Method Description
loadGame ( ) : void
loadSettings ( ) : void
loadStore ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

loadGame() public method

public loadGame ( ) : void
return void

loadSettings() public method

public loadSettings ( ) : void
return void

loadStore() public method

public loadStore ( ) : void
return void