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 UnityEngine.Rect.GetHashCode ( )
inline

Definition at line 452 of file Rect.cs.

453 {
454 float width = this.m_Width;
455 float ymin = this.m_YMin;
456 float height = this.m_Height;
457 int num;
458 return num;
459 }
class f__AnonymousType0<< Count > j__TPar
float height
Definition Rect.cs:175
float m_Height
Definition Rect.cs:534
float m_YMin
Definition Rect.cs:526
float width
Definition Rect.cs:143
float m_Width
Definition Rect.cs:530

References UnityEngine.Rect.height, j__TPar, UnityEngine.Rect.m_Height, UnityEngine.Rect.m_Width, UnityEngine.Rect.m_YMin, and UnityEngine.Rect.width.