Show / Hide Table of Contents

Class TooltipHandler

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
TooltipHandler
Namespace: BennyKok.RuntimeDebug.Components.UI
Assembly: com.bennykok.runtime-debug-action.dll
Syntax
public class TooltipHandler : MonoBehaviour

Fields

tooltip

Declaration
public TextMeshProUGUI tooltip
Field Value
Type Description
TMPro.TextMeshProUGUI

Properties

IsActive

Declaration
public bool IsActive { get; }
Property Value
Type Description
System.Boolean

Methods

ClearTooltip()

Declaration
public void ClearTooltip()

ShowTooltip(String)

Declaration
public void ShowTooltip(string text)
Parameters
Type Name Description
System.String text
In This Article
👆 RuntimeDebugAction by ❤️ BennyKok