Version: 2017.2

HelpURLAttribute

class in UnityEngine

マニュアルに切り替える

説明

独自のドキュメントの URL を扱います。

using UnityEngine;
using UnityEditor;

[HelpURL("http://example.com/docs/MyComponent.html")] public class MyComponent { }

変数

URLこのクラスで指定した独自ドキュメントの URL

コンストラクタ

HelpURLAttributeドキュメントの URL で HelpURL 属性を初期化します。