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

◆ SmoothStep() [2/2]

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

Definition at line 646 of file Vector3.cs.

647 {
648 float y = value1.Y;
649 float y2 = value2.Y;
650 float z = value1.Z;
651 float z2 = value2.Z;
652 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.