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

◆ UpdateCull()

void UnityEngine.UI.MaskableGraphic.UpdateCull ( bool cull)
inlineprivateinherited

Definition at line 83 of file MaskableGraphic.cs.

84 {
85 bool cull2 = base.canvasRenderer.cull;
87 UISystemProfilerApi.AddMarker("MaskableGraphic.cullingChanged", this);
89 }
class f__AnonymousType0<< Count > j__TPar
MaskableGraphic.CullStateChangedEvent onCullStateChanged
MaskableGraphic.CullStateChangedEvent m_OnCullStateChanged

References UnityEngine.UISystemProfilerApi.AddMarker(), j__TPar, UnityEngine.UI.MaskableGraphic.m_OnCullStateChanged, and UnityEngine.UI.MaskableGraphic.onCullStateChanged.

Referenced by UnityEngine.UI.MaskableGraphic.UpdateClipParent().