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

◆ Negate() [2/2]

static void Microsoft.Xna.Framework.Vector3.Negate ( Vector3 value,
[Out] Vector3 result )
inlinestatic

Definition at line 576 of file Vector3.cs.

577 {
578 float z = value.Z;
579 result.Z = z;
580 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.value.