Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReadVector2()
static
Vector2
Terraria.Utils.ReadVector2
(
this
BinaryReader
bb
)
inline
static
Definition at line
946
of file
Utils.cs
.
947
{
948
return
new
Vector2
(
bb
.ReadSingle(),
bb
.ReadSingle());
949
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Microsoft.Xna.Framework.Graphics.SurfaceFormat.Vector2
@ Vector2
References
Microsoft.Xna.Framework.Graphics.Vector2
.
Terraria
Utils
Generated by
1.10.0