コード例 #1
0
ファイル: PlayerController.cs プロジェクト: jakedruth/GGJ2020
 public void RetractRope()
 {
     isRopeAnimating = false;
     _lassoedEntity.StopFollowingEntity();
     _lassoedEntity = null;
     rope.RemoveFollowTarget();
     rope.SendOutRopeToPoint(Vector3.zero);
 }