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

◆ RaycastComparer()

static int UnityEngine.EventSystems.EventSystem.RaycastComparer ( RaycastResult lhs,
RaycastResult rhs )
inlinestaticprivate

Definition at line 212 of file EventSystem.cs.

213 {
214 int num = 1;
215 BaseRaycaster module = lhs.module;
216 if (num == 0)
217 {
218 }
219 BaseRaycaster module2 = lhs.module;
220 BaseRaycaster module3 = lhs.module;
221 BaseRaycaster module4 = lhs.module;
222 int sortingLayer = lhs.sortingLayer;
223 int depth = lhs.depth;
224 BaseRaycaster rootRaycaster = lhs.module.rootRaycaster;
225 if (depth == 0)
226 {
227 }
228 BaseRaycaster baseRaycaster;
229 bool flag = baseRaycaster == rootRaycaster;
230 int num2;
231 return SortingLayer.GetLayerValueFromID(num2);
232 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.SortingLayer.GetLayerValueFromID(), j__TPar, and UnityEngine.EventSystems.BaseRaycaster.rootRaycaster.