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

◆ sortOrderPriority

override int UnityEngine.UI.GraphicRaycaster.sortOrderPriority
get

Definition at line 17 of file GraphicRaycaster.cs.

18 {
19 get
20 {
21 if (this.canvas.renderMode != RenderMode.ScreenSpaceOverlay)
22 {
23 return base.sortOrderPriority;
24 }
25 return this.canvas.sortingOrder;
26 }
27 }
class f__AnonymousType0<< Count > j__TPar
RenderMode renderMode
Definition Canvas.cs:68