On this pageItemUI.itemContainerpublic ItemContainer itemContainer { get; }CopyDescription#Container holding the itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemUI target) { ItemContainer result = target.itemContainer; } }Copy