C# Class _1942.Enemy_Boat_Tower

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

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
Enemy_Boat_Tower ( Vector2 position ) : System
Update ( GameTime gameTime, Vector2 position ) : void

Method Details

Draw() public method

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

Enemy_Boat_Tower() public method

public Enemy_Boat_Tower ( Vector2 position ) : System
position Vector2
return System

Update() public method

public Update ( GameTime gameTime, Vector2 position ) : void
gameTime Microsoft.Xna.Framework.GameTime
position Vector2
return void