C# Class PGCGame.SpaceMine

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

Méthodes publiques

Свойство Type Description
RemainingArmTime System.TimeSpan

Méthodes publiques

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

Private Methods

Méthode Description
checkIfShipHitMine ( Ship ship ) : void

Method Details

SpaceMine() public méthode

public SpaceMine ( 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 gameTime ) : void
gameTime GameTime
Résultat void

Property Details

RemainingArmTime public_oe property

public TimeSpan,System RemainingArmTime
Résultat System.TimeSpan