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

◆ GetHashCode()

override int Microsoft.Xna.Framework.Vector2.GetHashCode ( )
inline

Definition at line 75 of file Vector2.cs.

76 {
77 return X.GetHashCode() + Y.GetHashCode();
78 }

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