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