Example #1
0
 //Hides the tool tip from the UI
 public void HidePartDesc(ItemSlot itemSlot)
 {
     partDesc.HideToolTip();
 }
Example #2
0
    //Shorts the parts by type and displays them in the store


    //Hides the tool tip (part information)
    public void HidePartDesc()
    {
        partDesc.gameObject.SetActive(false);
        partDesc.HideToolTip();
    }