UnityEngine.TooltipAttribute.TooltipAttribute C# (CSharp) 메소드

TooltipAttribute() 공개 메소드

Specify a tooltip for a field.

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