Exemplo n.º 1
0
 public void Dropdown_IndexChanged(int index)
 {
     dropdown.captionText.text = dropdown.options[index].text;
     simulationManager.ChangeFlight(dropdown.captionText.text);
 }