C# Class _1942.MenuManager

Datei anzeigen Open project: Hoobler/Projekt1 Class Usage Examples

Public Methods

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

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

GetExitProgram() public method

public GetExitProgram ( ) : bool
return bool

GetStartGame() public method

public GetStartGame ( ) : bool
return bool

MenuManager() public method

public MenuManager ( ) : System
return System

Options() public method

public Options ( ) : bool
return bool

Update() public method

public Update ( Point mouseLocation, Vector2 button_position ) : void
mouseLocation Point
button_position Vector2
return void