C# Class _1942.Boss5_Cannon

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

Méthodes publiques

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

Method Details

Boss5_Cannon() public méthode

public Boss5_Cannon ( 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