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

◆ ButtonState

bool InControl.TouchButtonControl.ButtonState
getsetprivate

Definition at line 166 of file TouchButtonControl.cs.

167 {
168 get
169 {
170 return this.buttonState;
171 }
172 set
173 {
174 bool flag = this.buttonState;
175 TouchSprite touchSprite = this.button;
176 bool state = touchSprite.state;
177 touchSprite.<Dirty>k__BackingField = true;
178 }
179 }
class f__AnonymousType0<< Count > j__TPar