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

◆ fillCenter

bool UnityEngine.UI.Image.fillCenter
getset

Definition at line 127 of file Image.cs.

128 {
129 get
130 {
131 return this.m_FillCenter;
132 }
133 set
134 {
135 }
136 }