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

◆ TextColor

Color Terraria.GameContent.UI.Elements.UIText.TextColor
getset

Definition at line 54 of file UIText.cs.

55 {
56 get
57 {
58 return _color;
59 }
60 set
61 {
62 _color = value;
63 }
64 }