Version: 2018.1

HelpURLAttribute

class in UnityEngine

Switch to Manual

Description

Provide a custom documentation URL for a class.

using UnityEngine;
using UnityEditor;

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

Variables

URLThe documentation URL specified for this class.

Constructors

HelpURLAttributeInitialize the HelpURL attribute with a documentation url.