C# Class _1942.Enemy_Zeke

Inheritance: FlyingObject
Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

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

Method Details

Draw() public method

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

Enemy_Zeke() public method

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

Update() public method

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