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

◆ UIImage() [2/2]

Terraria.GameContent.UI.Elements.UIImage.UIImage ( Texture2D nonReloadingTexture)
inline

Definition at line 33 of file UIImage.cs.

34 {
35 SetImage(nonReloadingTexture);
36 }
void SetImage(Asset< Texture2D > texture)
Definition UIImage.cs:38

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