Unidad itera todos los objetos infantiles

foreach(Transform child in transform)
{
    Something(child.gameObject);
}
Poor Pollan