On this pageItemUI.categorypublic GDTKItemCategory category { get; }CopyDescription#Gets the Item Category of the loaded ItemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemUI target) { GDTKItemCategory result = target.category; } }Copy