IEnumerator <WaitForSeconds> RChars(int length, string real)
 {
     m_CorRun = true;
     for (int i = 0; i < 5; i++)
     {
         Text = LMS_GuiBaseLabelBoundaries.Rand(length);
         yield return(new WaitForSeconds(0.002f));
     }
     m_OutPut = real;
     Text     = real;
     m_CorRun = false;
 }