UnityEngine.HelpURLAttribute.HelpURLAttribute C# (CSharp) Method

HelpURLAttribute() public method

public HelpURLAttribute ( string url ) : System
url string
return System
        public HelpURLAttribute(string url)
        {
            this.URL = url;
        }
HelpURLAttribute