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

◆ Recalculate()

override void Terraria.GameContent.UI.Elements.UIGenProgressBar.Recalculate ( )
inlinevirtual

Reimplemented from Terraria.UI.UIElement.

Definition at line 39 of file UIGenProgressBar.cs.

40 {
41 Width.Precent = 0f;
42 Height.Precent = 0f;
43 Width.Pixels = 612f;
44 Height.Pixels = 70f;
45 base.Recalculate();
46 }

Referenced by Terraria.GameContent.UI.Elements.UIGenProgressBar.UIGenProgressBar(), Terraria.GameContent.UI.States.UIWorldLoad.UIWorldLoad(), and Terraria.GameContent.UI.States.UIWorldLoad.Update().