ItemCategoryListUI.selectedItem
public GDTKItemCategory selectedItem { get; set; }Description#
Gets/Sets the selected item
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(ItemCategoryListUI target) { GDTKItemCategory result = target.selectedItem; } }