Esempio n. 1
0
 public static GameObject FindInChildren(this GameObject gameObject, string objectName)
 {
     return(UtilMethods.FindInChildren(gameObject.transform, objectName).gameObject);
 }