C# Class _1942.Boss5_ExplosiveMegaProjectile

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

Méthodes publiques

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

Method Details

Boss5_ExplosiveMegaProjectile() public méthode

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