C# Class _1942.Projectile_Enemy_Zero

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

Méthodes publiques

Méthode Description
Projectile_Enemy_Zero ( Vector2 startingPos, Vector2 speed ) : System
Update ( GameTime gameTime ) : void

Method Details

Projectile_Enemy_Zero() public méthode

public Projectile_Enemy_Zero ( Vector2 startingPos, Vector2 speed ) : System
startingPos Vector2
speed Vector2
Résultat System

Update() public méthode

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