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

◆ ShadowColor

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

Definition at line 66 of file UIText.cs.

67 {
68 get
69 {
70 return _shadowColor;
71 }
72 set
73 {
75 }
76 }