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

◆ Min() [2/2]

static void Microsoft.Xna.Framework.Vector4.Min ( Vector4 value1,
Vector4 value2,
[Out] Vector4 result )
inlinestatic

Definition at line 487 of file Vector4.cs.

488 {
489 float y = value1.Y;
490 float y2 = value2.Y;
491 float z = value1.Z;
492 float z2 = value2.Z;
493 float w = value1.W;
494 float w2 = value2.W;
495 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.