RecipeComponentUI.componentSource
public Inventory componentSource { get; }Description#
Gets the associated Inventory
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(RecipeComponentUI target) { Inventory result = target.componentSource; } }