On this pageItemContainer.hostpublic Inventory host { get; }CopyDescription#Gets the inventory hosting this objectUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemContainer target) { Inventory result = target.host; } }Copy