Ejemplo n.º 1
0
 public static GameObject Peer(GameObject go, string subnode)
 {
     return(Util.Peer(go.transform, subnode));
 }