C# Class _1942.Enemy_Tower_Dead

Inheritance: StationaryObject
Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

Method Description
Draw ( Microsoft spriteBatch ) : void
Enemy_Tower_Dead ( Vector2 startingPos, Point size ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( Microsoft spriteBatch ) : void
spriteBatch Microsoft
return void

Enemy_Tower_Dead() public method

public Enemy_Tower_Dead ( Vector2 startingPos, Point size ) : System
startingPos Vector2
size Point
return System

Update() public method

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