InventoryUI.ShowText C# (CSharp) Méthode

ShowText() public méthode

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