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

◆ Lerp() [2/2]

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

Definition at line 451 of file Vector4.cs.

452 {
453 float y = value1.Y;
454 float y2 = value2.Y;
455 float z = value1.Z;
456 float z2 = value2.Z;
457 float w = value1.W;
458 float w2 = value2.W;
459 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.