Version: 2017.2

HelpURLAttribute

class in UnityEngine

매뉴얼로 전환

설명

Provide a custom documentation URL for a class.

using UnityEngine;
using UnityEditor;

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

변수

URLThe documentation URL specified for this class.

생성자

HelpURLAttributeInitialize the HelpURL attribute with a documentation url.