Unity Foreach Child

foreach(Transform child in transform)
{
	print(child.gameObject.name)
}
JPhantom :)