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

◆ Delete()

void InControl.TouchSprite.Delete ( )
inline

Definition at line 76 of file TouchSprite.cs.

77 {
78 GameObject gameObject = this.spriteGameObject;
79 if (!true)
80 {
81 }
82 global::UnityEngine.Object.Destroy(gameObject);
83 }
GameObject spriteGameObject

References UnityEngine.Object.Object(), and InControl.TouchSprite.spriteGameObject.

Referenced by InControl.TouchButtonControl.DestroyControl(), and InControl.TouchStickControl.DestroyControl().