Method | Description | |
---|---|---|
Die ( ) : void | ||
EasyBoss ( |
||
HomingShoot ( Vector2 position, Vector2 direction, Vector2 accel ) : void | ||
Initialize ( ) : void | ||
Update ( |
public EasyBoss ( |
||
game | ||
world | ||
life | int | |
takenDamageCollision | int | |
givenDamageCollision | int | |
skin | Sprite | |
bulletText | Microsoft.Xna.Framework.Graphics.Texture2D | |
shotHitbox | int | |
return | System |
public HomingShoot ( Vector2 position, Vector2 direction, Vector2 accel ) : void | ||
position | Vector2 | |
direction | Vector2 | |
accel | Vector2 | |
return | void |
public Update ( |
||
gameTime | ||
return | void |