C# Class _1942.Enemy_Boat_Tower

Inheritance: BaseObject
Afficher le fichier Open project: Hoobler/Projekt1 Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Enemy_Boat_Tower ( Vector2 position ) : System
Update ( GameTime gameTime, Vector2 position ) : void

Method Details

Draw() public méthode

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

Enemy_Boat_Tower() public méthode

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

Update() public méthode

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