独自のドキュメントの URL を扱います。
The provided URL is expected to be an absolute path. If no file is found at the URL, the path is resolved relative to the Unity documentation, which can be either the manual or scripting reference.
using UnityEngine; using UnityEditor;
[HelpURL("http://example.com/docs/MyComponent.html")] public class MyComponent { }
URL | このクラスで指定した独自ドキュメントの URL |
HelpURLAttribute | ドキュメントの URL で HelpURL 属性を初期化します。 |