コード例 #1
0
        private void Start()
        {
            m_LoginBtn = GetComponentInChildren <PrimaryActionButton>();

            email.onValueChanged.AddListener(OnValueChange);
            password.onValueChanged.AddListener(OnValueChange);
        }
        private void Start()
        {
            m_MainController = MainController.Instance;
            m_Btn            = GetComponentInChildren <PrimaryActionButton>();

            email.text                = null;
            password.text             = null;
            passwordConfirmation.text = null;

            email.onValueChanged.AddListener(OnValueChange);
            password.onValueChanged.AddListener(OnValueChange);
            passwordConfirmation.onValueChanged.AddListener(OnValueChange);
            displayName.onValueChanged.AddListener(OnDisplayNameChange);
        }