Exemple #1
0
 public void SetLabelActive(bool flag)
 {
     if (m_LabelText != null)
     {
         m_LabelText.SetActive(flag);
     }
 }