terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetHashCode()

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

Definition at line 247 of file Plane.cs.

248 {
249 float x = this.Normal.X;
250 float y = this.Normal.Y;
251 float z = this.Normal.Z;
252 int num;
253 return num;
254 }

References Microsoft.Xna.Framework.Plane.Normal, Microsoft.Xna.Framework.Vector3.X, Microsoft.Xna.Framework.Vector3.Y, and Microsoft.Xna.Framework.Vector3.Z.