コード例 #1
0
 public void DisableAnimator()
 {
     if (uiAnimation != null)
     {
         uiAnimation.SetAnimatorEnable(false);
     }
 }