On this pageInventoryUI.inventorypublic Inventory inventory { get; }CopyDescription#Get the associated InventoryUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(InventoryUI target) { Inventory result = target.inventory; } }Copy