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