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

◆ DrawPanel()

void Terraria.GameContent.UI.Elements.UIPanel.DrawPanel ( SpriteBatch spriteBatch,
Texture2D texture,
Color color )
inlineprivate

Definition at line 60 of file UIPanel.cs.

61 {
62 float x = this._dimensions.X;
63 float y = this._dimensions.Y;
64 float width = this._dimensions.Width;
65 float height = this._dimensions.Height;
66 int cornerSize = this._cornerSize;
67 int cornerSize2 = this._cornerSize;
68 int cornerSize3 = this._cornerSize;
69 int cornerSize4 = this._cornerSize;
70 int cornerSize5 = this._cornerSize;
71 int barSize = this._barSize;
72 int cornerSize6 = this._cornerSize;
73 int cornerSize7 = this._cornerSize;
74 int barSize2 = this._barSize;
75 int cornerSize8 = this._cornerSize;
76 int cornerSize9 = this._cornerSize;
77 int barSize3 = this._barSize;
78 int cornerSize10 = this._cornerSize;
79 int cornerSize11 = this._cornerSize;
80 int barSize4 = this._barSize;
81 int cornerSize12 = this._cornerSize;
82 int barSize5 = this._barSize;
83 int cornerSize13 = this._cornerSize;
84 int cornerSize14 = this._cornerSize;
85 int barSize6 = this._barSize;
86 int cornerSize15 = this._cornerSize;
87 int barSize7 = this._barSize;
88 int cornerSize16 = this._cornerSize;
89 int cornerSize17 = this._cornerSize;
90 int barSize8 = this._barSize;
91 }
class f__AnonymousType0<< Count > j__TPar
CalculatedStyle _dimensions

References Terraria.GameContent.UI.Elements.UIPanel._barSize, Terraria.GameContent.UI.Elements.UIPanel._cornerSize, Terraria.UI.UIElement._dimensions, Terraria.UI.CalculatedStyle.Height, j__TPar, Terraria.UI.CalculatedStyle.Width, Terraria.UI.CalculatedStyle.X, and Terraria.UI.CalculatedStyle.Y.