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() [1/2]

static Vector3 Microsoft.Xna.Framework.Vector3.Lerp ( Vector3 value1,
Vector3 value2,
float amount )
inlinestatic

Definition at line 493 of file Vector3.cs.

494 {
495 Vector3 vector;
496 return vector;
497 }