On this pageItemCategoryUI.categorypublic GDTKItemCategory category { get; }CopyDescription#Gets the Item CategoryUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemCategoryUI target) { GDTKItemCategory result = target.category; } }Copy