Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UIState.cs
Go to the documentation of this file.
1namespace Terraria.UI;
2
3public class UIState : UIElement
4{
5 public UIState()
6 {
7 Width.Precent = 1f;
8 Height.Precent = 1f;
10 }
11}
virtual void Recalculate()
Definition UIElement.cs:281