PecCard.Update C# (CSharp) 메소드

Update() 공개 메소드

public Update ( ) : void
리턴 void
    void Update()
    {
        if(snapCounter == numPieces){
            Debug.Log("win");
            bodyMatchMode = false;
            //p2Holder.SetActive(true);
            for (int i = 0; i < pec.Length; i++) {
                //pec.GetLength(arraySize)
                pec[i].SetActive(true);

            }

        }
    }