C# Class _1942.Boss5_Cannon

Inheritance: Boss_Accessory
Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

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

Method Details

Boss5_Cannon() public method

public Boss5_Cannon ( Vector2 position ) : System
position Vector2
return System

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Update() public method

public Update ( GameTime gameTime, Vector2 speed ) : void
gameTime Microsoft.Xna.Framework.GameTime
speed Vector2
return void