On this pageRecipeCategoryUI.idpublic string id { get; }CopyDescription#Gets the id of the loaded Recipe CategoryUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RecipeCategoryUI target) { string result = target.id; } }Copy