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()

static void Terraria.Utils.DrawPanel ( Texture2D texture,
int edgeWidth,
int edgeShove,
SpriteBatch spriteBatch,
Vector2 position,
float width,
Color color )
inlinestatic

Definition at line 1958 of file Utils.cs.

1959 {
1960 int height = texture.Height;
1961 int width2 = texture.Width;
1962 int arraySize = texture.ArraySize;
1963 if (width2 == 0)
1964 {
1965 }
1966 int num = 1;
1967 if (num == 0)
1968 {
1969 }
1970 int width3 = texture.Width;
1971 int value = num.m_value;
1972 int width4 = texture.Width;
1973 int arraySize2 = texture.ArraySize;
1974 }
class f__AnonymousType0<< Count > j__TPar

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