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