RecipeCategoryUI.category
public GDTKRecipeCategory category { get; }Description#
Gets the loaded Recipe Category
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(RecipeCategoryUI target) { GDTKRecipeCategory result = target.category; } }