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
Afficher le fichier Open project: scastle/EECS290_Project1 Class Usage Examples

Méthodes publiques

Méthode Description
PauseMenu ( Vector2 position, float spacing, String MainAction ) : System

Initializes a new instance of the PauseMenu class.

Method Details

PauseMenu() public méthode

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
Résultat System