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

◆ showMaskGraphic

bool UnityEngine.UI.Mask.showMaskGraphic
getset

Definition at line 32 of file Mask.cs.

33 {
34 get
35 {
36 return this.m_ShowMaskGraphic;
37 }
38 set
39 {
41 Graphic graphic = this.graphic;
42 Graphic graphic2 = this.graphic;
43 }
44 }
class f__AnonymousType0<< Count > j__TPar
bool m_ShowMaskGraphic
Definition Mask.cs:161
Graphic graphic
Definition Mask.cs:49
bool showMaskGraphic
Definition Mask.cs:33

Referenced by UnityEngine.UI.Mask.GetModifiedMaterial().