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

◆ UIImageButton()

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

Definition at line 12 of file UIImageButton.cs.

13 {
14 this._texture = texture;
15 int num = Utils.Width(texture);
16 int num2 = Utils.Height(this._texture);
17 }
class f__AnonymousType0<< Count > j__TPar

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