C# Class RecordRobot.Screens.SettingsScreen

Inheritance: RecordRobot.GameElements.GameScreen
Mostra file Open project: scastle/EECS290_Project1 Class Usage Examples

Public Properties

Property Type Description
menu RecordRobot.Menus.SettingsMenu

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

Drawer ( ) : void
SettingsScreen ( ) : System

Initializes a new instance of the SettingsScreen class.

Update ( ) : void

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.

Method Details

Draw() public method

Draws this instance.
public Draw ( ) : void
return void

Drawer() public method

public Drawer ( ) : void
return void

SettingsScreen() public method

Initializes a new instance of the SettingsScreen class.
public SettingsScreen ( ) : System
return System

Update() public method

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.
public Update ( ) : void
return void

Property Details

menu public_oe property

This is the menu used for the pause screen.
public SettingsMenu,RecordRobot.Menus menu
return RecordRobot.Menus.SettingsMenu