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

◆ GetHashCode()

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

Definition at line 71 of file VertexElement.cs.

72 {
73 return Helpers.SmartGetHashCode(this);
74 }

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