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

◆ TextScale

float Terraria.GameContent.UI.Elements.UITextPanel< T >.TextScale
getset

Definition at line 41 of file UITextPanel.cs.

42 {
43 get
44 {
45 return _textScale;
46 }
47 set
48 {
50 }
51 }