C# Class _1942.Boss2

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

Méthodes publiques

Méthode Description
Accessorize ( ) : void
Boss2 ( Vector2 position ) : System
Draw ( Microsoft spriteBatch ) : void
Update ( GameTime gameTime ) : void

Method Details

Accessorize() public méthode

public Accessorize ( ) : void
Résultat void

Boss2() public méthode

public Boss2 ( 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 ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void