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

◆ GetComponentInParent< T >()

T UnityEngine.Component.GetComponentInParent< T > ( )
inlineinherited

Definition at line 128 of file Component.cs.

129 {
131 do
132 {
133 long num = 0L;
134 Type type;
135 componentInParent = this.GetComponentInParent(type, num != 0L);
136 if (componentInParent == null)
137 {
138 return;
139 }
140 }
141 while (componentInParent != null);
142 throw new InvalidCastException();
143 }
class f__AnonymousType0<< Count > j__TPar
Component GetComponentInParent(Type t, bool includeInactive)
Definition Component.cs:122

References UnityEngine.Component.GetComponentInParent(), j__TPar, and UnityEngine.L.