Unity Foreach Child

[Solved] Unity Foreach Child | Csharp - Code Explorer | yomemimo.com
Question : unity foreach child

Answered by : jphantom

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

Source : | Last Update : Thu, 29 Apr 21

Answers related to unity foreach child

Code Explorer Popular Question For Csharp