InventoryUI.ShowText C# (CSharp) Method

ShowText() public method

public ShowText ( string name, string description ) : void
name string
description string
return void
    public void ShowText(string name, string description)
    {
        SetItemName (name);
        SetItemDescription (description);
        ItemText.SetActive (true);
    }