Example #1
0
 public static GameObject Child(GameObject go, string subnode)
 {
     return(Util.Child(go.transform, subnode));
 }