Unity itére tous les objets enfants

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