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

virtual int UnityEngine.EventSystems.BaseRaycaster.renderOrderPriority
getinherited

Definition at line 38 of file BaseRaycaster.cs.

39 {
40 get
41 {
42 return 32768;
43 }
44 }