Example #1
0
 public void SetLabelRotate(float rotate)
 {
     if (m_LabelText != null)
     {
         m_LabelText.SetLocalEulerAngles(new Vector3(0, 0, rotate));
     }
 }