Property | Type | Description | |
---|---|---|---|
bullets | List |
Method | Description | |
---|---|---|
Alien ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, Vector2 direction, float rotation, float speed, Microsoft.Xna.Framework.Graphics.Texture2D bulletTexture ) : System | ||
Draw ( |
||
GetBulletList ( ) : List |
||
MoveAround ( |
||
ShootBullet ( |
||
Update ( |
public Alien ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, Vector2 direction, float rotation, float speed, Microsoft.Xna.Framework.Graphics.Texture2D bulletTexture ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
position | Vector2 | |
direction | Vector2 | |
rotation | float | |
speed | float | |
bulletTexture | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | System |
public Draw ( |
||
spritebatch | ||
return | void |
public MoveAround ( |
||
gameTime | ||
return | void |
public ShootBullet ( |
||
gameTime | ||
return | void |
public Update ( |
||
gameTime | ||
return | void |