Exemplo n.º 1
0
 public static TMP_InputField GetTMP_InputField(this PopupScreen popupScreen)
 {
     return(popupScreen.GetFirstActivePopup()?.GetComponentInChildren <TMP_InputField>());
 }