C# Class _1942.Enemy_Tower_Dead

Inheritance: StationaryObject
Afficher le fichier Open project: Hoobler/Projekt1

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( Microsoft spriteBatch ) : void
spriteBatch Microsoft
Résultat void

Enemy_Tower_Dead() public méthode

public Enemy_Tower_Dead ( Vector2 startingPos, Point size ) : System
startingPos Vector2
size Point
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void