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

◆ UIImage()

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

Definition at line 13 of file UIImage.cs.

14 {
15 int num = 16256;
16 this.ImageScale = (float)num;
17 if (num == 0)
18 {
19 }
20 if (num == 0)
21 {
22 }
23 if (!true)
24 {
25 }
26 base..ctor();
27 this._texture = texture;
28 int num2 = Utils.Width(texture);
29 int num3 = Utils.Height(this._texture);
30 }
class f__AnonymousType0<< Count > j__TPar

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