/// <summary>
 /// 警告
 /// </summary>
 /// <param name="handIndex"></param>
 /// <returns></returns>
 public bool GetHandLasso(int handIndex)
 {
     return(handIndex == 1 ? leftHandPosition.CheckLasso() : rightHandPosition.CheckLasso());
 }