C# Class PGCGame.ShrinkRay

Inheritance: SecondaryWeapon
Show file Open project: GreatMindsRobotics/PGCGame

Public Properties

Property Type Description
ShotBullet System.Boolean
ShrinkRayBullets List

Public Methods

Method Description
ShrinkRay ( Texture2D texture, Vector2 location, SpriteBatch spriteBatch ) : System
Update ( GameTime currentGameTime ) : void

Private Methods

Method Description
processShrinkBullets ( Ship ship ) : void

Method Details

ShrinkRay() public method

public ShrinkRay ( Texture2D texture, Vector2 location, SpriteBatch spriteBatch ) : System
texture Texture2D
location Vector2
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return System

Update() public method

public Update ( GameTime currentGameTime ) : void
currentGameTime GameTime
return void

Property Details

ShotBullet public property

public Boolean,System ShotBullet
return System.Boolean

ShrinkRayBullets public property

public List ShrinkRayBullets
return List