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
◆
Distance()
[2/2]
static
void
Microsoft.Xna.Framework.Vector2.Distance
(
Vector2
value1
,
Vector2
value2
,
[Out] float
result
)
inline
static
Definition at line
176
of file
Vector2.cs
.
177
{
178
float
x =
value1
.X;
179
float
y =
value1
.Y;
180
float
x2
=
value2
.X;
181
float
y2
=
value2
.Y;
182
if
(!
true
)
183
{
184
}
185
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
Microsoft
Xna
Framework
Vector2
Generated by
1.10.0