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

◆ GetComponentInChildren< T >() [2/2]

T UnityEngine.GameObject.GetComponentInChildren< T > ( [DefaultValue("false")] bool includeInactive)
inline

Definition at line 56 of file GameObject.cs.

57 {
58 Component component;
59 while (component != null)
60 {
61 if (component == null)
62 {
63 throw new InvalidCastException();
64 }
65 }
66 }