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

◆ Equals() [2/3]

bool UnityEngine.Rect.Equals ( Rect other)
inline

Definition at line 472 of file Rect.cs.

473 {
474 float ymin = this.m_YMin;
475 float width = this.m_Width;
476 float height = this.m_Height;
477 bool flag;
478 return flag;
479 }
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.