Exemplo n.º 1
0
 protected void OnClosed(DialogResult result)
 {
     // Get the result text from the Dialog
     ResultText.GetComponent <TextMesh>().text = result.Result.ToString();
 }