C# Class _1942.BackButton

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

Public Methods

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

Method Details

BackButton() public method

public BackButton ( ) : System
return System

Draw() public method

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

Update() public method

public Update ( ) : void
return void