On this pageItemTooltipClient.tipTextpublic string tipText { get; }CopyDescription#Gets the tooltip textUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemTooltipClient target) { string result = target.tipText; } }Copy