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

◆ GetCorner()

static Vector2 Terraria.Graphics.SpriteRenderTargetHelper.GetCorner ( DrawData cdd,
Vector2 pos,
Vector2 origin,
Vector2 corner )
inlinestatic

Definition at line 54 of file SpriteRenderTargetHelper.cs.

55 {
56 float x = origin.X;
57 float y = origin.Y;
58 if (!true)
59 {
60 }
61 float x2 = pos.X;
62 float y2 = pos.Y;
63 float rotation = cdd.rotation;
64 if (!true)
65 {
66 }
67 float x3 = cdd.scale.X;
68 float y3 = cdd.scale.Y;
69 return 1;
70 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by Terraria.Graphics.SpriteRenderTargetHelper.GetHighsAndLowsOf().