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

◆ DrawSelf()

override void Terraria.GameContent.UI.Elements.UIHeader.DrawSelf ( SpriteBatch spriteBatch)
inlineprotectedvirtual

Reimplemented from Terraria.UI.UIElement.

Definition at line 57 of file UIHeader.cs.

58 {
59 float x = this._dimensions.X;
60 float y = this._dimensions.Y;
61 if (!true)
62 {
63 }
64 string text = this._text;
65 if (!true)
66 {
67 }
68 string text2 = this._text;
69 string text3 = this._text;
70 string text4 = this._text;
71 string text5 = this._text;
72 }
class f__AnonymousType0<< Count > j__TPar
CalculatedStyle _dimensions

References Terraria.UI.UIElement._dimensions, Terraria.GameContent.UI.Elements.UIHeader._text, j__TPar, System.text, Terraria.UI.CalculatedStyle.X, and Terraria.UI.CalculatedStyle.Y.