TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ YZW()

static Vector3 Terraria.Utils.YZW ( this Vector4 vec)
inlinestatic

Definition at line 1873 of file Utils.cs.

1874 {
1875 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
1876 //IL_0006: Unknown result type (might be due to invalid IL or missing references)
1877 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
1878 //IL_0012: Unknown result type (might be due to invalid IL or missing references)
1879 return new Vector3(vec.Y, vec.Z, vec.W);
1880 }