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.Vector2.Clamp ( Vector2 value1,
Vector2 min,
Vector2 max,
[Out] Vector2 result )
inlinestatic

Definition at line 141 of file Vector2.cs.

142 {
143 float y = value1.Y;
144 float y2 = min.Y;
145 float y3 = max.Y;
146 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Microsoft.Xna.Framework.Vector2.Y.