Свойство | Тип | Описание | |
---|---|---|---|
bolts | Project_Starfighter.Ammo[] |
Метод | Описание | |
---|---|---|
Deactivate ( ) : void | ||
Draw ( |
||
DrawBullets ( |
||
Enemy2 ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int X, int Y, int W, int H, int Frames ) : System | ||
FireBullet ( int iVerticalOffset, |
||
Generate ( int enemyNumber ) : void | ||
GetDrawY ( ) : int | ||
InitializeBullets ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : void | ||
RemoveBullet ( int iBullet ) : void | ||
Update ( |
||
UpdateAmmo ( |
public Draw ( |
||
sb | ||
iLocation | int | |
Результат | void |
public DrawBullets ( |
||
spbatch | ||
Результат | void |
public Enemy2 ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int X, int Y, int W, int H, int Frames ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
X | int | |
Y | int | |
W | int | |
H | int | |
Frames | int | |
Результат | System |
public FireBullet ( int iVerticalOffset, |
||
iVerticalOffset | int | |
laserSound | ||
Результат | void |
public Generate ( int enemyNumber ) : void | ||
enemyNumber | int | |
Результат | void |
public InitializeBullets ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : void | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
Результат | void |
public RemoveBullet ( int iBullet ) : void | ||
iBullet | int | |
Результат | void |
public Update ( |
||
gametime | ||
Результат | void |
public UpdateAmmo ( |
||
gameTime | ||
Результат | void |