C# Class RecordRobot.Menus.PauseMenu

An instance of a pause menu. This will support the options to resume the game, go to the title sceen, and quit the game.
Inheritance: Menu
Datei anzeigen Open project: scastle/EECS290_Project1 Class Usage Examples

Public Methods

Method Description
PauseMenu ( Vector2 position, float spacing, String MainAction ) : System

Initializes a new instance of the PauseMenu class.

Method Details

PauseMenu() public method

Initializes a new instance of the PauseMenu class.
public PauseMenu ( Vector2 position, float spacing, String MainAction ) : System
position Vector2 The position.
spacing float The spacing.
MainAction String
return System