Version: 2022.3

HelpURLAttribute

class in UnityEngine

切换到手册

描述

为类提供自定义文档 URL。

using UnityEngine;
using UnityEditor;

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

变量

URL为该类指定的文档 URL。

构造函数

HelpURLAttribute使用文档 URL 初始化 HelpURL 属性。