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

◆ sortingOrder

int UnityEngine.Canvas.sortingOrder
getset

Definition at line 153 of file Canvas.cs.

154 {
155 get
156 {
157 throw new MissingMethodException();
158 }
159 set
160 {
161 throw new MissingMethodException();
162 }
163 }