Ejemplo n.º 1
0
 //if you click Client Button, it would be run.
 private void onClientButton()
 {
     Debug.Log("Clicked Client Button");
     CoSpatial.CreateClient(IPAddressInput.Text);
 }