C# Class _1942.Boss3_Gun

Inheritance: Boss_Accessory
Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

Method Description
Boss3_Gun ( Vector2 position, float angleSpeed, Vector2 rotationPoint ) : System
Draw ( Microsoft spriteBatch ) : void
Update ( GameTime gameTime, Vector2 speed ) : void
Update ( float angle ) : void

Method Details

Boss3_Gun() public method

public Boss3_Gun ( Vector2 position, float angleSpeed, Vector2 rotationPoint ) : System
position Vector2
angleSpeed float
rotationPoint Vector2
return System

Draw() public method

public Draw ( Microsoft spriteBatch ) : void
spriteBatch Microsoft
return void

Update() public method

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

Update() public method

public Update ( float angle ) : void
angle float
return void