C# Class _1942.Enemy_Tower

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

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Enemy_Tower ( Vector2 startingPos ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Enemy_Tower() public méthode

public Enemy_Tower ( Vector2 startingPos ) : System
startingPos Vector2
Résultat System

Update() public méthode

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