Property | Type | Description | |
---|---|---|---|
BattleCruiserBullet | Texture2D | ||
DistanceToNose | float | ||
DroneBullet | Texture2D | ||
Explosion | Texture2D | ||
FighterCarrierBullet | Texture2D | ||
ShrinkCount | int | ||
SpaceMine | Texture2D | ||
Torpedo | Texture2D | ||
WorldSb | |||
engine | ParticleEngine | ||
gen | RandomParticleGenerator | ||
particles | Texture2D[] |
Property | Type | Description | |
---|---|---|---|
_explosionSheet | Glib.XNA.SpriteLib.SpriteSheet | ||
_hasHealthBar | bool | ||
_healthBar | Glib.XNA.SpriteLib.ProgressBar | ||
_initHealth | int | ||
_isDead | bool | ||
shipState | ShipState |
Property | Type | Description | |
---|---|---|---|
Options_ScreenResolutionChanged | void | ||
Ship_Moved | void |
Method | Description | |
---|---|---|
DrawNonAuto ( ) : void | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IsAllyWith ( PlayerType pt ) : bool | ||
Kill ( bool brutally ) : void | ||
Ship ( Texture2D texture, Vector2 location, |
||
Shoot ( ) : void | ||
Update ( GameTime gt ) : void | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
FireBulletEvent ( |
||
UpdateWcPos ( ) : void |
Method | Description | |
---|---|---|
Options_ScreenResolutionChanged ( object sender, |
||
Ship_Moved ( object sender, |
protected FireBulletEvent ( |
||
fired | ||
return | void |
public Ship ( Texture2D texture, Vector2 location, |
||
texture | Texture2D | |
location | Vector2 | |
spriteBatch | ||
return | System |
public static Texture2D BattleCruiserBullet | ||
return | Texture2D |
public static Texture2D FighterCarrierBullet | ||
return | Texture2D |
public SpriteBatch,Microsoft.Xna.Framework.Graphics WorldSb | ||
return |
protected SpriteSheet,Glib.XNA.SpriteLib _explosionSheet | ||
return | Glib.XNA.SpriteLib.SpriteSheet |
protected ProgressBar,Glib.XNA.SpriteLib _healthBar | ||
return | Glib.XNA.SpriteLib.ProgressBar |