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

◆ GetHashCode()

override int ReLogic.Utilities.Vector2D.GetHashCode ( )
inline

Definition at line 64 of file Vector2D.cs.

65 {
66 return X.GetHashCode() + Y.GetHashCode();
67 }

References ReLogic.Utilities.Vector2D.X, and ReLogic.Utilities.Vector2D.Y.