C# Class _1942.Enemy_Kamikaze

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

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Enemy_Kamikaze ( Vector2 position ) : 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_Kamikaze() public méthode

public Enemy_Kamikaze ( Vector2 position ) : System
position Vector2
Résultat System

Update() public méthode

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