C# Class Project290.Menus.PauseMenu

An instance of a pause menu. This will support the options to resume the game, restart the level, go to the options menu, buy the game (if in trial mode), go to the title sceen, and quit the game.
Inheritance: Menu
Exibir arquivo Open project: scastle/Solitude Class Usage Examples

Public Methods

Method Description
PauseMenu ( Vector2 position, MenuAction actions, float spacing ) : 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, MenuAction actions, float spacing ) : System
position Vector2 The position.
actions MenuAction The actions.
spacing float The spacing.
return System