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

HelpURLAttribute() 공개 메소드

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