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

◆ SetImage()

void Terraria.GameContent.UI.Elements.UISlicedImage.SetImage ( Asset< Texture2D > texture)
inline

Definition at line 41 of file UISlicedImage.cs.

42 {
43 _texture = texture;
44 }

References Terraria.GameContent.UI.Elements.UISlicedImage._texture.