Answers for "how to get all the children of an object in unity C#"

C#
7

unity get all children

foreach (Transform child in parent) {
  //Your code
}
Posted by: Guest on June-06-2020

Code answers related to "how to get all the children of an object in unity C#"

C# Answers by Framework

Browse Popular Code Answers by Language