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