Transform.GetChild
GetChild(index: int): Transform;
Transform GetChild(int index);
def GetChild(index as int) as Transform
Parameters

index Index of the child transform to return. Must be smaller then Transform.childCount.
Description

Returns a transform child by index.