C# Class PGCGame.FighterCarrier

Inheritance: PGCGame.Ships.Allies.BaseAllyShip
Afficher le fichier Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Méthodes publiques

Свойство Type Description
DroneLength float
Drones List

Méthodes publiques

Méthode Description
DrawNonAuto ( ) : void
FighterCarrier ( Texture2D texture, Vector2 location, SpriteBatch spriteBatch, Texture2D droneTexture, bool isAlly ) : System
Update ( GameTime gt ) : void

Private Methods

Méthode Description
DebugControlManager_DroneSuicide ( object sender, DroneEventArgs e ) : void
FighterCarrier ( ) : System
FighterCarrier_TierChanged ( object sender, EventArgs e ) : void

Method Details

DrawNonAuto() public méthode

public DrawNonAuto ( ) : void
Résultat void

FighterCarrier() public méthode

public FighterCarrier ( Texture2D texture, Vector2 location, SpriteBatch spriteBatch, Texture2D droneTexture, bool isAlly ) : System
texture Texture2D
location Vector2
spriteBatch SpriteBatch
droneTexture Texture2D
isAlly bool
Résultat System

Update() public méthode

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

Property Details

DroneLength public_oe static_oe property

public static float DroneLength
Résultat float

Drones public_oe property

public List Drones
Résultat List