On this pageMerchantItemTooltipDisplay.itemUIpublic ItemUI itemUI { get; }CopyDescription#Gets the item being displayedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(MerchantItemTooltipDisplay target) { ItemUI result = target.itemUI; } }Copy