コード例 #1
0
    void PutJigsaw()
    {
        _state = State.Putdown;

        this.transform.position = RightPosition;

        //Debug.LogError("Putdown Jigsaw");

        if (_Mat != null)
        {
            _Mat.color = new Color(1f, 1, 1, 1);
        }

        ParentController.FinishJigsaw(this);
    }