Description 描述
Provide a custom documentation URL for a class.
using UnityEngine; using UnityEditor;
[HelpURL("http://example.com/docs/MyComponent.html")] public class MyComponent { }
Properties 属性
| URL | The documentation URL specified for this class. |
Constructors
| HelpURLAttribute | Initialize the HelpURL attribute with a documentation url. |