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

◆ Parent()

static GameObject GameObjectExtensions.Parent ( this GameObject gameObject)
inlinestatic

Definition at line 96 of file GameObjectExtensions.cs.

97 {
98 Transform transform;
99 Transform parent = transform.parent;
102 }
class f__AnonymousType0<< Count > j__TPar
GameObject gameObject
Definition Component.cs:31

References UnityEngine.Component.gameObject, j__TPar, and UnityEngine.Transform.parent.