コード例 #1
0
 // Update is called once per frame
 void Update()
 {
     if (life <= 0)
     {
         scriptPc.AddScore(1);
         Destroy(this.gameObject);
     }
 }
コード例 #2
0
    // Update is called once per frame
    void Update()
    {
        transform.Rotate(new Vector3(0f, 0f, i));

        if (life <= 0)
        {
            scriptPc.AddScore(1);
            Destroy(padre);
        }
    }