コード例 #1
0
ファイル: PlayerController.cs プロジェクト: Aulbn/Zombies
 private void ToggleShooting(bool isShooting)
 {
     shootInput = isShooting;
     activeWeapon.SetAnimatorShootingBool(isShooting);
     Debug.Log(isShooting ? "Start" : "Stop");
 }