![]() |
Mod Helpers
v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
|
This is the complete list of members for HamstarHelpers.Helpers.Draw.DrawHelpers, including all inherited members.
DrawBorderedRect(SpriteBatch sb, Color bgColor, Color borderColor, Vector2 position, Vector2 size, int borderWidth) | HamstarHelpers.Helpers.Draw.DrawHelpers | static |
DrawBorderedRect(SpriteBatch sb, Color bgColor, Color borderColor, Rectangle rect, int borderWidth) | HamstarHelpers.Helpers.Draw.DrawHelpers | static |
DrawBorderedRect(SpriteBatch sb, Color? bgColor, Color? borderColor, Vector2 position, Vector2 size, int borderWidth) | HamstarHelpers.Helpers.Draw.DrawHelpers | static |
DrawBorderedRect(SpriteBatch sb, Color? bgColor, Color? borderColor, Rectangle rect, int borderWidth) | HamstarHelpers.Helpers.Draw.DrawHelpers | static |
DrawTerrariaString(SpriteBatch sb, string text, Vector2 pos, float scale) | HamstarHelpers.Helpers.Draw.DrawHelpers | static |