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

◆ fillClockwise

bool UnityEngine.UI.Image.fillClockwise
getset

Definition at line 187 of file Image.cs.

188 {
189 get
190 {
191 return this.m_FillClockwise;
192 }
193 set
194 {
195 }
196 }