C# Class _1942.Enemy_Todjo

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

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Enemy_Todjo ( 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_Todjo() public méthode

public Enemy_Todjo ( 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