Exemplo n.º 1
0
 /// <summary>
 /// Stop displaying and remove all text
 /// </summary>
 public void ClearText()
 {
     titleText.Clear();
     subtitleText.Clear();
     descriptionText.Clear();
     valueText.Clear();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Stop displaying and remove all text
 /// </summary>
 public void ClearText()
 {
     textBackground.gameObject.SetActive(false);
     eventText.Clear();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Stop displaying and remove all text
 /// </summary>
 public void ClearText()
 {
     textBackgroundCanvas.alpha = 0;
     eventText.Clear();
 }
Exemplo n.º 4
0
 // Start is called before the first frame update
 void Start()
 {
     m_descriptionText.Clear();
 }