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