独自のドキュメントの URL を扱います。
#pragma strict @HelpURL("http://example.com/docs/MyComponent.html") public class MyComponent {
}
[HelpURL("http://example.com/docs/MyComponent.html")] public class MyComponent { }
URL | このクラスで指定した独自ドキュメントの URL |
HelpURLAttribute | ドキュメントの URL で HelpURL 属性を初期化します。 |