コード例 #1
0
 public void ClimbUpComplete()
 {
     Debug.Log("ClimbUpComplete");
     transform.position = _activeLedge.GetStandPos();
     _anim.SetBool("GrabLedge", false);
     //_onLedge = false;
     _controller.enabled = true;
 }
コード例 #2
0
 public void ClimbUpComplete()
 {
     transform.position = _currentLedge.GetStandPos();
     _animator.SetBool("LedgeGrab", false);
     _controller.enabled = true;
 }
コード例 #3
0
 public void ClimbUpComplete()
 {
     transform.position = _activeLedge.GetStandPos();
     _anim.SetBool("GrabLedge", false);
     _controller.enabled = true;
 }