GunController.Update C# (CSharp) Méthode

Update() private méthode

private Update ( ) : void
Résultat void
    void Update()
    {
        if (Input.GetMouseButtonDown (0)) {
            animator.SetTrigger("gunShoot");
        }
    }
GunController