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

◆ fillMethod

Image.FillMethod UnityEngine.UI.Image.fillMethod
getset

Definition at line 141 of file Image.cs.

142 {
143 get
144 {
145 return this.m_FillMethod;
146 }
147 set
148 {
149 }
150 }
Image.FillMethod m_FillMethod
Definition Image.cs:922

Referenced by UnityEngine.UI.Image.OnAfterDeserialize().