On this pageItemTooltipClient.showablepublic bool showable { get; }CopyDescription#Gets if the tooltip can be shownUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemTooltipClient target) { bool result = target.showable; } }Copy