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

◆ GetHighsAndLowsOf() [2/2]

static void Terraria.Graphics.SpriteRenderTargetHelper.GetHighsAndLowsOf ( Vector2 lowest,
Vector2 highest,
DrawData cdd,
Vector2 pos,
Vector2 origin,
Vector2 corner )
inlinestatic

Definition at line 39 of file SpriteRenderTargetHelper.cs.

40 {
41 Vector2 corner2 = SpriteRenderTargetHelper.GetCorner(cdd, pos, origin, pos);
42 float x = lowest.X;
43 float y = lowest.Y;
44 if (!true)
45 {
46 }
47 float x2 = highest.X;
48 float y2 = highest.Y;
49 highest.X = x2;
50 highest.Y = y2;
51 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Graphics.SpriteRenderTargetHelper.GetCorner(), j__TPar, and Microsoft.Xna.Framework.Vector2.X.