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

◆ SetLayer()

static void TransformExtensions.SetLayer ( this Transform transform,
int layer )
inlinestatic

Definition at line 125 of file TransformExtensions.cs.

126 {
128 Transform transform2 = transform.transform;
129 int childCount = transform2.childCount;
130 long num = 0L;
131 transform2.GetChild((int)num).SetLayer(layer);
132 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.Transform.childCount, j__TPar, System.L, and UnityEngine.Component.transform.