예제 #1
0
 private void SaveText(GUI_TextFieldButton button, GUI_TextInputField field)
 {
     if (button != null)
     {
         button.SetTexts(field.GetInputFieldText());
     }
 }
예제 #2
0
 public void OverwriteCurrentText(string name, List <string> text)
 {
     _currentSelectedButton.SetButtonName(name);
     _currentSelectedButton.SetTexts(text);
     SetCurrentInstanceText(_currentSelectedButton);
 }