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

◆ GetComponentsInChildren< T >() [2/3]

void UnityEngine.Component.GetComponentsInChildren< T > ( bool includeInactive,
List< T > result )
inlineinherited

Definition at line 110 of file Component.cs.

111 {
112 GameObject gameObject = this.gameObject;
113 }
GameObject gameObject
Definition Component.cs:31

References UnityEngine.Component.gameObject.