C# Class _1942.Boss2_Bigtower

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

Méthodes publiques

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

Method Details

Boss2_Bigtower() public méthode

public Boss2_Bigtower ( Vector2 position ) : System
position 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, Vector2 speed ) : void
gameTime Microsoft.Xna.Framework.GameTime
speed Vector2
Résultat void