C# Class PGCGame.ShrinkRay

Inheritance: SecondaryWeapon
Afficher le fichier Open project: GreatMindsRobotics/PGCGame

Méthodes publiques

Свойство Type Description
ShotBullet System.Boolean
ShrinkRayBullets List

Méthodes publiques

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

Private Methods

Méthode Description
processShrinkBullets ( Ship ship ) : void

Method Details

ShrinkRay() public méthode

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

Update() public méthode

public Update ( GameTime currentGameTime ) : void
currentGameTime GameTime
Résultat void

Property Details

ShotBullet public_oe property

public Boolean,System ShotBullet
Résultat System.Boolean

ShrinkRayBullets public_oe property

public List ShrinkRayBullets
Résultat List