C# Class _1942.OptionScreen

Inheritance: BaseButton
Datei anzeigen Open project: Hoobler/Projekt1 Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
OptionScreen ( ) : System
Update ( ) : void

Method Details

Draw() public method

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

OptionScreen() public method

public OptionScreen ( ) : System
return System

Update() public method

public Update ( ) : void
return void