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

◆ GetHashCode()

override int Microsoft.Xna.Framework.Graphics.VertexPositionTexture.GetHashCode ( )
inline

Definition at line 30 of file VertexPositionTexture.cs.

31 {
32 return Helpers.SmartGetHashCode(this);
33 }

References Microsoft.Xna.Framework.Helpers.SmartGetHashCode().