예제 #1
0
        private IEnumerator UpdateProfileAsync()
        {
            yield return(StartCoroutine(FirebaseCore.UpdateUserNameAsync(_inputFieldName.text)));

            OnClickDone?.Invoke();
        }
예제 #2
0
 private void ProfilePanelOnClickDone()
 {
     OnClickDone?.Invoke();
 }