On this pageItemCategoryUI.idpublic string id { get; }CopyDescription#Gets the Item Category idUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemCategoryUI target) { string result = target.id; } }Copy