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

◆ UIImage() [1/2]

Terraria.GameContent.UI.Elements.UIImage.UIImage ( Asset< Texture2D > texture)
inline

Definition at line 28 of file UIImage.cs.

29 {
30 SetImage(texture);
31 }
void SetImage(Asset< Texture2D > texture)
Definition UIImage.cs:38

References Terraria.GameContent.UI.Elements.UIImage.SetImage().