C# Class _1942.Boss1_Engine

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

Méthodes publiques

Méthode Description
Boss1_Engine ( Vector2 position ) : System
Draw ( Microsoft spriteBatch ) : void
Update ( GameTime gameTime, Vector2 speed ) : void

Method Details

Boss1_Engine() public méthode

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

Draw() public méthode

public Draw ( Microsoft spriteBatch ) : void
spriteBatch Microsoft
Résultat void

Update() public méthode

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