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