Exemplo n.º 1
0
    public void OnPointerEnter(PointerEventData pointer)
    {
        EnvironmentBuffs buffs = manager.GetAlarmEffects();

        tooltip.SetDescription(buffs.ToString());
        tooltip.gameObject.SetActive(true);
        LayoutRebuilder.ForceRebuildLayoutImmediate(tooltipRt);
    }