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