C# Class ScrollingShooter.BlimpBullet

Inheritance: ScrollingShooter.Projectile
Exibir arquivo Open project: zombiepaladin/scrolling-shooter Class Usage Examples

Public Methods

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

Creates a new blimp bullet

Method Details

BlimpBullet() public method

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
return System