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

◆ GetComponentsInParent< T >() [3/3]

void UnityEngine.Component.GetComponentsInParent< T > ( bool includeInactive,
List< T > results )
inlineinherited

Definition at line 170 of file Component.cs.

171 {
172 GameObject gameObject = this.gameObject;
173 }
GameObject gameObject
Definition Component.cs:31

References UnityEngine.Component.gameObject.