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

◆ RecalculateMasking()

virtual void UnityEngine.UI.MaskableGraphic.RecalculateMasking ( )
inlinevirtualinherited

Implements UnityEngine.UI.IMaskable.

Definition at line 212 of file MaskableGraphic.cs.

213 {
214 Material maskMaterial = this.m_MaskMaterial;
215 if (!true)
216 {
217 }
218 StencilMaterial.Remove(maskMaterial);
220 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, UnityEngine.UI.MaskableGraphic.m_MaskMaterial, and UnityEngine.UI.StencilMaterial.Remove().