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