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

◆ Reflect() [2/2]

static void Microsoft.Xna.Framework.Vector3.Reflect ( Vector3 vector,
Vector3 normal,
[Out] Vector3 result )
inlinestatic

Definition at line 625 of file Vector3.cs.

626 {
627 float z = vector.Z;
628 float z2 = normal.Z;
629 float z3;
630 if (!true)
631 {
632 z3 = vector.Z;
633 float z4 = normal.Z;
634 }
635 result.Z = z3;
636 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Microsoft.Xna.Framework.Vector3.Z.