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

◆ DrawBar()

void Terraria.GameContent.UI.Elements.UIScrollbar.DrawBar ( SpriteBatch spriteBatch,
Texture2D texture,
Rectangle dimensions,
Color color )
inlineprivate

Definition at line 150 of file UIScrollbar.cs.

151 {
152 int width = texture.Width;
153 int width2 = texture.Width;
154 int width3 = texture.Width;
155 int arraySize = texture.ArraySize;
156 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Graphics.Texture2D.ArraySize, j__TPar, and Microsoft.Xna.Framework.Graphics.Texture2D.Width.