Exemplo n.º 1
0
    /* Closes the image, and place a new continue button.
     */
    public void CloseImage()
    {
        imageToDisplayThings.SetActive(false);
        Destroy(activeButton.gameObject);
        Button newContinueButton = inkManager.AddContinueButton();

        inkManager.PlaceButton(newContinueButton, 0);
        activeButton = null;
    }