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

◆ operator==()

static bool Microsoft.Xna.Framework.Input.GamePadThumbSticks.operator== ( GamePadThumbSticks left,
GamePadThumbSticks right )
inlinestatic

Definition at line 73 of file GamePadThumbSticks.cs.

74 {
75 float x = left._left.X;
76 float y = left._left.Y;
77 if (!true)
78 {
79 }
80 float x2 = left._right.X;
81 float y2 = left._right.Y;
82 if (!true)
83 {
84 }
85 bool flag;
86 return flag;
87 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Input.GamePadThumbSticks._left, Microsoft.Xna.Framework.Input.GamePadThumbSticks._right, j__TPar, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.