Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DrawSettings2Panel()

static void Terraria.Utils.DrawSettings2Panel ( SpriteBatch spriteBatch,
Vector2 position,
float width,
Color color )
inlinestatic

Definition at line 1990 of file Utils.cs.

1991 {
1992 DrawPanel(TextureAssets.SettingsPanel.Value, 2, 0, spriteBatch, position, width, color);
1993 }
static Asset< Texture2D > SettingsPanel
static void DrawPanel(Texture2D texture, int edgeWidth, int edgeShove, SpriteBatch spriteBatch, Vector2 position, float width, Color color)
Definition Utils.cs:1995

References Terraria.Utils.DrawPanel(), and Terraria.GameContent.TextureAssets.SettingsPanel.

Referenced by Terraria.GameContent.UI.Elements.UIKeybindingSimpleListItem.DrawSelf(), and Terraria.Main.DrawWindowsIMEPanel().