using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.InputSystem; using UnityEngine.UIElements; namespace BITKit.UX { public class UXToolTips : MonoBehaviour { private VisualElement root; private Label label; private void Start() { root = GetComponent().rootVisualElement; label = root.Q