Version: 2023.2
언어: 한국어

HelpURLAttribute

class in UnityEngine

매뉴얼로 전환

설명

Provide a custom documentation URL for a class.

The provided URL is expected to be an absolute path. If no file is found at the URL, the path is resolved relative to the Unity documentation, which can be either the manual or scripting reference.

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.