TooltipClient.customDisplay
public TooltipDisplay customDisplay { get; }Description#
Gets any requested custom TooltipDisplay
Usage#
Example
using NullSave.GDTKusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(TooltipClient target) { TooltipDisplay result = target.customDisplay; } }