Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

HelpURLAttribute

class in UnityEngine

Description

Provide a custom documentation URL for a class.

using UnityEngine;
using UnityEditor;

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

Properties

URLThe documentation URL specified for this class.

Constructors

HelpURLAttributeInitialize the HelpURL attribute with a documentation url.

Did you find this page useful? Please give it a rating: