C# Class _1942.MenuManager

Afficher le fichier Open project: Hoobler/Projekt1 Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
GetExitProgram ( ) : bool
GetStartGame ( ) : bool
MenuManager ( ) : System
Options ( ) : bool
Update ( Point mouseLocation, Vector2 button_position ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GetExitProgram() public méthode

public GetExitProgram ( ) : bool
Résultat bool

GetStartGame() public méthode

public GetStartGame ( ) : bool
Résultat bool

MenuManager() public méthode

public MenuManager ( ) : System
Résultat System

Options() public méthode

public Options ( ) : bool
Résultat bool

Update() public méthode

public Update ( Point mouseLocation, Vector2 button_position ) : void
mouseLocation Point
button_position Vector2
Résultat void