Exemplo n.º 1
0
    /// <summary>
    /// Show a tooltip for the item.
    /// </summary>

    void OnTooltip(bool show)
    {
        UITooltip.ShowItem(show ? mItem : null);
    }