C# Class RecordRobot.Screens.SettingsScreen

Inheritance: RecordRobot.GameElements.GameScreen
Afficher le fichier Open project: scastle/EECS290_Project1 Class Usage Examples

Méthodes publiques

Свойство Type Description
menu RecordRobot.Menus.SettingsMenu

Méthodes publiques

Méthode 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 méthode

Draws this instance.
public Draw ( ) : void
Résultat void

Drawer() public méthode

public Drawer ( ) : void
Résultat void

SettingsScreen() public méthode

Initializes a new instance of the SettingsScreen class.
public SettingsScreen ( ) : System
Résultat System

Update() public méthode

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

Property Details

menu public_oe property

This is the menu used for the pause screen.
public SettingsMenu,RecordRobot.Menus menu
Résultat RecordRobot.Menus.SettingsMenu