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

◆ DrawHorizontalFill()

static void GUIPanel.DrawHorizontalFill ( Panel_Layout layout,
Rectangle backgroundFillRegion,
float fillScale )
inlinestatic

Definition at line 152 of file GUIPanel.cs.

153 {
155 if (texture2D != null)
156 {
157 if (32640 == 0)
158 {
159 }
160 if (32768 == 0)
161 {
162 }
163 Vector2 vector = backgroundFillRegion.TopLeft();
166 }
168 if (texture2D2 != null)
169 {
172 }
173 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Graphics.SpriteBatchItem.DisabledClipping(), and j__TPar.

Referenced by GUIEvents.DrawProgressBar().