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