|
static void | DrawBareBonesBar (SpriteBatch spriteBatch, float lifePercent) |
|
static void | DrawFancyBar (SpriteBatch spriteBatch, float lifeAmount, float lifeMax, Texture2D barIconTexture, Rectangle barIconFrame) |
|
static void | DrawFancyBar (SpriteBatch spriteBatch, float lifeAmount, float lifeMax, Texture2D barIconTexture, Rectangle barIconFrame, float shieldCurrent, float shieldMax) |
|
static void | DrawHealthText (SpriteBatch spriteBatch, Rectangle area, Vector2 textOffset, float current, float max) |
| Draws "<paramref name="current"/>/<paramref name="max"/>" as text centered on area , offset by textOffset . More...
|
|