//set button
buttonFiller.FillInventoryButtons(itemToInspect.ItemType, isInteractable);
}
void HideItemInformation()
{
buttonFiller.gameObject.SetActive(false);
inspectorFiller.HideItemInspector();
CloseUIDialogue();
public void OpenUIDialogue(LocalizedString dialogueLine, ActorSO actor)