Example #1
0
 public void SetUIRead(bool state)
 {
     if (animationControl != null)
     {
         animationControl.SetUIRead(state);
     }
 }