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

◆ Clamp() [2/2]

static void Microsoft.Xna.Framework.Vector3.Clamp ( Vector3 value1,
Vector3 min,
Vector3 max,
[Out] Vector3 result )
inlinestatic

Definition at line 231 of file Vector3.cs.

232 {
233 float y = value1.Y;
234 float y2 = min.Y;
235 float y3 = max.Y;
236 float z = value1.Z;
237 float z2 = min.Z;
238 float z3 = max.Z;
239 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Microsoft.Xna.Framework.Vector3.Y, and Microsoft.Xna.Framework.Vector3.Z.