C# Class _1942.Boss1

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

Méthodes publiques

Méthode Description
Accessorize ( ) : void
Boss1 ( Vector2 startingPos ) : System
Draw ( SpriteBatch spriteBatch ) : void
Update ( GameTime gameTime ) : void

Method Details

Accessorize() public méthode

public Accessorize ( ) : void
Résultat void

Boss1() public méthode

public Boss1 ( Vector2 startingPos ) : System
startingPos Vector2
Résultat System

Draw() public méthode

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

Update() public méthode

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