Exemple #1
0
 public static Component AddComponent(GameObject go, string type)
 {
     return(UnityHelper.AddComponent(go, type, null));
 }