15 private Button buttonComponent;
39 private void OnEnable()
41 buttonComponent = GetComponent<Button>();
45 private void OnDisable()
47 if (buttonComponent != null)
60 if (parentDialog != null)
74 if (compoundButtonText)
76 compoundButtonText.
Text = title;