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]

T[] UnityEngine.GameObject.GetComponentsInChildren< T > ( bool includeInactive)
inline

Definition at line 133 of file GameObject.cs.

134 {
135 Array array;
136 while (array != null)
137 {
138 if (array == null)
139 {
140 throw new InvalidCastException();
141 }
142 }
143 }

References System.array.