Свойство | Type | Description | |
---|---|---|---|
Health | int | ||
MovingState | STATE | ||
TargetTilePos | Vector2 | ||
speed | float |
Свойство | Type | Description | |
---|---|---|---|
Site |
Méthode | Description | |
---|---|---|
Draw ( |
||
PlayerWithWeapon ( Vector2 userPosition, Vector2 tileBounds, List |
||
Update ( |
||
checkforMovement ( ) : void | ||
loadProjectile ( |
||
setFrameSet ( DIRECTION d, List |
||
setHealthBar ( GraphicsDevice gDev ) : void |
public Draw ( |
||
spriteBatch | ||
tx | Microsoft.Xna.Framework.Graphics.Texture2D | |
Résultat | void |
public PlayerWithWeapon ( Vector2 userPosition, Vector2 tileBounds, List |
||
userPosition | Vector2 | |
tileBounds | Vector2 | |
InitialSheetRefs | List |
|
frameWidth | int | |
frameHeight | int | |
layerDepth | float | |
Résultat | System |
public Update ( |
||
gameTime | ||
Résultat | void |
public loadProjectile ( |
||
r | ||
Résultat | void |
public setFrameSet ( DIRECTION d, List |
||
d | DIRECTION | |
sheetRefs | List |
|
Résultat | void |
public setHealthBar ( GraphicsDevice gDev ) : void | ||
gDev | GraphicsDevice | |
Résultat | void |