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

◆ UIPanel() [2/2]

Terraria.GameContent.UI.Elements.UIPanel.UIPanel ( Asset< Texture2D > customBackground,
Asset< Texture2D > customborder,
int customCornerSize = 12,
int customBarSize = 4 )
inline

Definition at line 37 of file UIPanel.cs.

38 {
39 Color color;
41 base..ctor();
42 if (this._borderTexture == null)
43 {
45 }
47 if (backgroundTexture == null)
48 {
50 }
53 if (backgroundTexture == null)
54 {
55 }
56 base.SetPadding(0f);
57 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.UI.Elements.UIPanel._backgroundTexture, Terraria.GameContent.UI.Elements.UIPanel._borderTexture, and j__TPar.