Пример #1
0
 public static IEnumerable <GameObject> Descendants(this GameObject go)
 {
     return(GameObjectHelpers.Descendants(go));
 }