ItemCategoryListUI.PreviousCategory
Declaration#
public void PreviousCategory()Description#
Select the previous category in the list
Usage#
using NullSave.GDTK.Inventory;using UnityEngine;
public class CodeSample : MonoBehaviour{
public void Example(ItemCategoryListUI target) { target.PreviousCategory(); }
}