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

◆ Shape

TouchSpriteShape InControl.TouchSprite.Shape
getset

Definition at line 406 of file TouchSprite.cs.

407 {
408 get
409 {
410 return this.shape;
411 }
412 set
413 {
414 TouchSpriteShape touchSpriteShape = this.shape;
416 this.<Dirty>k__BackingField = true;
417 }
418 }
class f__AnonymousType0<< Count > j__TPar
TouchSpriteShape shape
bool< Dirty > k__BackingField