示例#1
0
    public bool SetupTooltip(StatusIcon status)
    {
        if (status == null)
        {
            return(false);
        }

        statusName.text  = status.GetName();
        description.text = status.GetDesription();

        return(true);
    }