C# Class ScrollingShooter.BlimpBullet

Inheritance: ScrollingShooter.Projectile
Afficher le fichier Open project: zombiepaladin/scrolling-shooter Class Usage Examples

Méthodes publiques

Méthode Description
BlimpBullet ( uint id, Microsoft.Xna.Framework.Content.ContentManager content, Vector2 position ) : System

Creates a new blimp bullet

Method Details

BlimpBullet() public méthode

Creates a new blimp bullet
public BlimpBullet ( uint id, Microsoft.Xna.Framework.Content.ContentManager content, Vector2 position ) : System
id uint
content Microsoft.Xna.Framework.Content.ContentManager A ContentManager to load content from
position Vector2 A position on the screen
Résultat System