TooltipDisplay.CalledBy
public TooltipClient CalledBy { get; set; }Description#
Tooltip client that called this display
Usage#
Example
using NullSave.GDTKusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(TooltipDisplay target) { TooltipClient result = target.CalledBy; } }