C# Class _1942.Projectile_Enemy_Tower

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

Méthodes publiques

Méthode Description
Projectile_Enemy_Tower ( Vector2 startingPos, float angle ) : System
Update ( GameTime gameTime ) : void

Method Details

Projectile_Enemy_Tower() public méthode

public Projectile_Enemy_Tower ( Vector2 startingPos, float angle ) : System
startingPos Vector2
angle float
Résultat System

Update() public méthode

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