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

◆ UIImageWithBorder() [2/2]

Terraria.GameContent.UI.Elements.UIImageWithBorder.UIImageWithBorder ( Texture2D nonReloadingTexture,
Texture2D nonReloadingBorderTexture )
inline

Definition at line 20 of file UIImageWithBorder.cs.

21 : base(nonReloadingTexture)
22 {
23 SetBorder(nonReloadingBorderTexture);
24 }

References Terraria.GameContent.UI.Elements.UIImageWithBorder.SetBorder().