public override void OnPause()
 {
     if (CanOperation())
     {
         m_Animator.Pause();
     }
 }