terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SetImage()

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

Definition at line 33 of file UIImage.cs.

34 {
35 int num = 1;
36 this._texture = texture;
37 if (num == 0)
38 {
39 }
40 int num2 = Utils.Width(texture);
41 int num3 = Utils.Height(this._texture);
42 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.UI.Elements.UIImage._texture, Terraria.Utils.Height(), j__TPar, and Terraria.Utils.Width().