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

◆ depth

int UnityEngine.UI.Graphic.depth
getinherited

Definition at line 251 of file Graphic.cs.

252 {
253 get
254 {
255 return this.canvasRenderer.absoluteDepth;
256 }
257 }
CanvasRenderer canvasRenderer
Definition Graphic.cs:302