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

◆ renderOrderPriority

override int UnityEngine.UI.GraphicRaycaster.renderOrderPriority
get

Definition at line 31 of file GraphicRaycaster.cs.

32 {
33 get
34 {
35 if (this.canvas.renderMode != RenderMode.ScreenSpaceOverlay)
36 {
37 return base.renderOrderPriority;
38 }
39 return this.canvas.rootCanvas.renderOrder;
40 }
41 }
class f__AnonymousType0<< Count > j__TPar
Canvas rootCanvas
Definition Canvas.cs:193
RenderMode renderMode
Definition Canvas.cs:68