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

◆ cull

bool UnityEngine.CanvasRenderer.cull
getset

Definition at line 74 of file CanvasRenderer.cs.

75 {
76 get
77 {
78 throw new MissingMethodException();
79 }
80 set
81 {
82 throw new MissingMethodException();
83 }
84 }

Referenced by UnityEngine.UI.Graphic.OnCullingChanged(), and UnityEngine.UI.Graphic.Rebuild().