Example #1
0
    private void EnableMatButtonDisablePanel()
    {
        matButton.interactable = true;

        //if a new prefab is selected hide the panel
        panelHandler.SetPanelInvisible();
    }