UnityEngine.TooltipAttribute.TooltipAttribute C# (CSharp) Method

TooltipAttribute() public method

Specify a tooltip for a field.

public TooltipAttribute ( string tooltip ) : System
tooltip string The tooltip text.
return System
        public TooltipAttribute(string tooltip)
        {
            this.tooltip = tooltip;
        }
    }
TooltipAttribute