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