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() [1/2]

bool UnityEngine.UI.Navigation.Equals ( Navigation other)
inline

Definition at line 112 of file Navigation.cs.

113 {
114 Selectable selectOnUp = this.m_SelectOnUp;
115 Selectable selectOnUp2 = other.m_SelectOnUp;
116 bool flag = selectOnUp == selectOnUp2;
117 Selectable selectOnDown = this.m_SelectOnDown;
118 Selectable selectOnDown2 = other.m_SelectOnDown;
120 Selectable selectOnLeft = this.m_SelectOnLeft;
121 Selectable selectOnLeft2 = other.m_SelectOnLeft;
123 Selectable selectOnRight = this.m_SelectOnRight;
124 Selectable selectOnRight2 = other.m_SelectOnRight;
126 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, UnityEngine.UI.Navigation.m_SelectOnDown, UnityEngine.UI.Navigation.m_SelectOnLeft, UnityEngine.UI.Navigation.m_SelectOnRight, UnityEngine.UI.Navigation.m_SelectOnUp, UnityEngine.UI.Navigation.selectOnDown, UnityEngine.UI.Navigation.selectOnLeft, UnityEngine.UI.Navigation.selectOnRight, and UnityEngine.UI.Navigation.selectOnUp.