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.Vector4.SmoothStep ( Vector4 value1,
Vector4 value2,
float amount,
[Out] Vector4 result )
inlinestatic

Definition at line 567 of file Vector4.cs.

568 {
569 float y = value1.Y;
570 float y2 = value2.Y;
571 float z = value1.Z;
572 float z2 = value2.Z;
573 float w = value1.W;
574 float w2 = value2.W;
575 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.